>
> Hi Ari.
> I am getting problem when running report 2.5:
> Numbers of open cursors exceeded!
> I am runnig oracle 7.3.
> Max open_cursors is set to 255.
> Please advice.
> Thank you.
> Eric.
>
>
To see how many open cursors you have, type:
select * from v$sysstat where name = 'opened cursors current';
If this is over 200, then you need to change your initSID.ora file. Change the
like max_open_cursors to say 400 or 500. Then shutdown and restart your database.
Best of luck,
-Ari Kaplan
Independent Oracle DBA Consultant
<-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><->
<-> For 160+ Oracle tips, visit my Web Page: <->
<-> <->
<-> www.arikaplan.com <->
<-> <->
<-> email: akaplan@interaccess.com <->
<-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><->
Back to Ari Kaplan's Home Page