[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 10:44:55 -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 10:31:44.000000000 -0500
+++ shadow/52288.tmp.13270	2003-12-17 10:44:55.000000000 -0500
@@ -2,13 +2,13 @@
 Product: Mono/Class Libraries
 Version: unspecified
 OS: Suse 8.2
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Major
 Component: System.Data
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: JoergR@voelcker.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -73,6 +73,15 @@
 
 
 ------- Additional Comments From JoergR@voelcker.com  2003-12-17 10:31 -------
 Created an attachment (id=6270)
 Proposed patch (still has a problem)
 
+
+------- Additional Comments From JoergR@voelcker.com  2003-12-17 10:44 -------
+The patch works fine with the attached test case.
+
+In our real world app it leads to the following problem after some time:
+ORA-21500: internal error code, arguments: [ttcdrv-recursivecall], [],
+[], [], [], [], [], [] in OCIStmtExecute
+
+I will try research this.