Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

DB2 Stored Procedure with iBatis

2 views
Skip to first unread message

Benjamin

unread,
Nov 30, 2009, 8:26:43 AM11/30/09
to
Hi,

I would like to use iBatis in a Java Stored Procedures in the newest
DB2 Version on z/OS.
I made some tests around this, but I got always the message "procedure
was ended in an abnormal way. SQLSTATE=38503". In the DB2 log is
written, that the VM got a lot of UnresettableEvents.
Like I understand, the resetable function of the VM works only as long
as there is no reflection in the code. And iBatis is using it a lot
while loading the statements from the xml file.
So I get UnresettableEvents and that kills the performance. Especially
that every time the VM must be startet and the xml file must be
parsed.

So my question is: Is the any way to use iBatis in a DB2 Stored
Procedure with the resetable function to have a good performance?

0 new messages