Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: ORA-01000 Max open cursors exceded
GC wrote:
>
> Mark Casey wrote:
> >
> > I get this message, the doco says increase the OPEN_CURSORS parameter in
> > the initialization sequence, but doesn't tell me where to find or
> > specify the parameter.
> >
> > Is it in the INITXXXX.ORA ?
> >
> > If so what is the default so I can increase it.
>
> The default is 50 open cursors. To change this, add the line
> 'OPEN_CURSORS = [whatever your new value is]' to your init.ora file
> (make sure this is the proper init file. It takes the form of
> init[sid].ora, where [sid] is the sid of your oracle instance.)
>
> Also, make sure any explicitly opened cursors are properly closed.
>
> Cheers,
> GC
Quick ps. you must bounce your database after changing the init file.
Cheers,
GC
Received on Tue Dec 28 1999 - 18:22:23 CST
![]() |
![]() |