[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
Thu, 18 Dec 2003 09:13:07 -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-18 08:58:56.000000000 -0500
+++ shadow/52288.tmp.21660	2003-12-18 09:13:07.000000000 -0500
@@ -87,6 +87,11 @@
 I will try research this.
 
 ------- Additional Comments From JoergR@voelcker.com  2003-12-18 08:58 -------
 Created an attachment (id=6274)
 Updated patch
 
+
+------- Additional Comments From JoergR@voelcker.com  2003-12-18 09:13 -------
+Cleaned up the patch a little bit.
+The crashes are maybe caused by multithreading problems (libcntsh.so
+is linked against libpthreads.so without GC support).