RE: Obsolete Initialization Parameters

  • From: "David Boyd" <davidb158@xxxxxxxxxxx>
  • To: oracle-l@xxxxxxxxxxxxx
  • Date: Mon, 23 Feb 2004 15:24:53 -0500

Thanks for your response. I'm a DBA, not a developer. I guess they close the cursors when it is done with them. The application is busy.


From: "Powell, Mark D" <mark.powell@xxxxxxx>
Reply-To: oracle-l@xxxxxxxxxxxxx
To: "'oracle-l@xxxxxxxxxxxxx'" <oracle-l@xxxxxxxxxxxxx>
Subject: RE: Obsolete Initialization Parameters
Date: Mon, 23 Feb 2004 14:57:35 -0500

Have you verified that the application receiving this error is in fact
closing cursors when it is done with them?  All you need is one pl/sql loop
where a cursor is executed once for every row in a driving cursor to be
explicitly opened in the loop and not closed to create this problem.


-----Original Message----- From: oracle-l-bounce@xxxxxxxxxxxxx [mailto:oracle-l-bounce@xxxxxxxxxxxxx]On Behalf Of David Boyd Sent: Monday, February 23, 2004 2:37 PM To: oracle-l@xxxxxxxxxxxxx Subject: Obsolete Initialization Parameters


Hi List,


We got ORA-1000 errors "Too many open cursors" and our open_cursors is set
to 1000.  I was wondering if it's better to increase open_cursor or set
CLOSE_CACHED_OPEN_CURSORS = true to resolve the problem.  I know
CLOSE_CACHED_OPEN_CURSORS is an obsolete initialization parameter in Oracle
release 8.1.  If I want to set CLOSE_CACHED_OPEN_CURSORS = true, do I have
to set _close_cached_open_cursors=true?  Or is it better to ask developer
using SET_CLOSE_CACHED_OPEN_CURSORS Procedure in the application?

_________________________________________________________________
Get fast, reliable access with MSN 9 Dial-up. Click here for Special Offer!
http://click.atdmt.com/AVE/go/onm00200361ave/direct/01/

----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to:  oracle-l-request@xxxxxxxxxxxxx
put 'unsubscribe' in the subject line.
--
Archives are at //www.freelists.org/archives/oracle-l/
FAQ is at //www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to:  oracle-l-request@xxxxxxxxxxxxx
put 'unsubscribe' in the subject line.
--
Archives are at //www.freelists.org/archives/oracle-l/
FAQ is at //www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------

_________________________________________________________________
Take off on a romantic weekend or a family adventure to these great U.S. locations. http://special.msn.com/local/hotdestinations.armx


----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to:  oracle-l-request@xxxxxxxxxxxxx
put 'unsubscribe' in the subject line.
--
Archives are at //www.freelists.org/archives/oracle-l/
FAQ is at //www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------

Other related posts: