Title: RE: ORA-01000: maximum open cursors exceeded

Sam,

That sounds like a huge number of cursors, does the Java application really have 7500 cursors open at any one time?  I too have found that some Java applications have required a large number of open cursors but this is only because the Java developers had forgotten to close Statement and ResultSet objects.  Once I got them to close these, I was able to set the limit to some smaller value.

Had I left the max_open_cursors parameter set to some large value we might not have found this defect as soon as we did.

Cheers,
Craig.


-----Original Message-----
From: Sam Roberts [mailto:[EMAIL PROTECTED]]
Sent: Saturday, 9 February 2002 1:43 AM
To: Multiple recipients of list ORACLE-L
Subject: Re: ORA-01000: maximum open cursors exceeded


no performance impact whatsoever .

I have various Java applications that require huge number of cursors and i
have limit set to 7500 without any issues

Sam


----- Original Message -----
To: "Multiple recipients of list ORACLE-L" <[EMAIL PROTECTED]>
Sent: Friday, February 08, 2002 5:03 PM


We had this error show up the other day. I am wondering if there is a
performance limit on how big you should set your OPEN_CURSORS parameter in
the SID.init file?  Mine currently is set at 300.  Are there any guidelines
on this setting?  Just wondering.

Thanks,

Dave
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Farnsworth, Dave
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Sam Roberts
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

Reply via email to