Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Obsolete Initialization Parameters

RE: Obsolete Initialization Parameters

From: Powell, Mark D <mark.powell_at_eds.com>
Date: Mon, 23 Feb 2004 14:57:35 -0500
Message-ID: <564DE4477544D411AD2C00508BDF0B6A1CE0AA06@USAHM018.amer.corp.eds.com>


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_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org]On Behalf Of David Boyd Sent: Monday, February 23, 2004 2:37 PM
To: oracle-l_at_freelists.org
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_at_freelists.org put 'unsubscribe' in the subject line.
--

Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://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_at_freelists.org
put 'unsubscribe' in the subject line.
--

Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
Received on Mon Feb 23 2004 - 13:54:48 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US