[Mono-bugs] [Bug 52288][Maj] Changed - OracleClient brings exception " ORA-01000: maximum open cursors exceeded" when executing large number of statements

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 17 Dec 2003 08:32:39 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by joergr@voelcker.com.

http://bugzilla.ximian.com/show_bug.cgi?id=52288

--- shadow/52288	2003-12-17 08:31:50.000000000 -0500
+++ shadow/52288.tmp.12512	2003-12-17 08:32:39.000000000 -0500
@@ -63,6 +63,11 @@
 
 Additional Information:
 The reason for this behaviour is that OciHandles aren't disposed where they
 are created. They are disposed by the Finalizer. You can see this when you
 run the sample with option -gc. Then the garbage collector is triggered
 after 100 statements and the error disappears.
+
+------- Additional Comments From JoergR@voelcker.com  2003-12-17 08:32 -------
+Created an attachment (id=6267)
+Test case
+