DB2 Stored Procedure with iBatis

  • Follow


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
Reply Benjamin 11/30/2009 1:26:43 PM


0 Replies
483 Views

(page loaded in 0.037 seconds)

Similiar Articles:

7/30/2012 1:01:14 AM


Reply: