Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Problem with [Oracle Sample Code Repository Entry# 581]
The sample code has this header:-
The problem is if you put the code to execute the stored procedure and fetch the result sets within a loop and continually run it then the cursors remain open until you hit the max open cursors error. From what I can tell the only bit of code that will close the cursors is to disconnect (i.e. end the session).
Am I missing a less drastic way of closing cursors?
Or is this a bug?
Or is it part of the ODBC Driver design not to be able to close cursors from within a session?
I am using Oracle8 ODBC Driver 8.0.5.1b.0
Using Java and JDBCthere seems to be no problem with cursors
Thanks for any pointers at all. Received on Thu Feb 24 2000 - 05:22:30 CST
![]() |
![]() |