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: increasing open_cursors from 300 to 3000

Re: increasing open_cursors from 300 to 3000

From: Arul Ramachandran <contactarul_at_gmail.com>
Date: Fri, 21 Oct 2005 21:43:04 -0700
Message-ID: <1c1a62990510212143x5b11c339vf97672a35b96b68@mail.gmail.com>


True. The increase was only a temporary measure until the code was fixed. Arul

On 10/21/05, Kennedy, Jim <jim_kennedy_at_mentor.com> wrote:
>
> While increasing from 255 to 500 isn't a problem, it isn't the solution is
> developers aren't closing cursors. It is just giving you a bigger pool to
> piss in. Some applications open a cursor and reuse it. That is fine. It is
> applications that open a cursor and leak them that is a problem.
> Jim
>
>
>
> -----Original Message-----
> From: oracle-l-bounce_at_freelists.org on behalf of Arul Ramachandran
> Sent: Fri 10/21/2005 6:05 PM
> To: Paula_Stankus_at_doh.state.fl.us; oracle-l_at_freelists.org
> Subject: Re: increasing open_cursors from 300 to 3000
>
> Hi Paula,
>
> In the past with Oracle8i, I've increased OPEN_CURSORS (for ORA-1000)
> almost doubled from 255 to 500, without any negative side effects, as a
> temporary fix when developers rolled out Java code that did not close
> cursors. This helped us buy more time before we'd hit another ORA-1000, sort
> of treating the symptom.
>
> Arul
>

--
http://www.freelists.org/webpage/oracle-l
Received on Fri Oct 21 2005 - 23:45:21 CDT

Original text of this message

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