Hi, I have a problem with open cursors using Ibatis in an Oracle data base.
When I open a transaction with a lot of querys and before the transaction ends, an exception appears: Too many cursors are open. What can I do to resolve this problem? Is there any instruction to close cursors without ending transaction? We cant increase the number of cursors in the database. Thanks!