The INSERT never seems to return, since it continues to block the SELECT until I restart tomcat ..
Not sure how valid this is but from what I can tell cursors are not allowed to read uncommitted rows in a transaction.
Have you tried the following...
1. Not using a cursor to see if the cursor is causing the problem
2. Changing the cursor to be either STATIC or FAST_FORWARD?
Regards,
Isomorphic Software
Leave a comment: