Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Obsolete Initialization Parameters
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_at_eds.com>
>Reply-To: oracle-l_at_freelists.org
>To: "'oracle-l_at_freelists.org'" <oracle-l_at_freelists.org>
>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_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
>-----------------------------------------------------------------
-- 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 - 14:22:05 CST
![]() |
![]() |