Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: MAX_OPEN_CURSORS - How to set on W95/NT? URGENT!
You have to edit a text file in your X:\ORAWIN\DATABASE directory.
This file is normally called initorcl.ora and is used when the database
initiates.
Add a line: open_cursors = 200 (if the line does'nt exist). There's also
several
other parameters that coulf be of interest. You have to shut down and
restart the
database.
stevec_at_zimmer.csufresno.edu wrote:
> I am trying to set up my home pc running Personal Oracle 7 for
> Windows95 so I can do a demo of some heavy duty forms. These require
> boosting the max_open_cursors setting since I keep getting the
> ORA-00604 too many open cursors message.
>
> I have gone into the Registry and added a string: MAX_OPEN_CURSORS,
> and set the value to 200. I tried this at the
> HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE level, and below this at the
> ORACLE_HOMES level and the ORACLE1 level below that. (Actually, I
> have an entry at each level) But after restarting Windows, PO7, and
> the Form with the problem, I still hit the limit at the same place.
>
> Where is the right place to put this entry?
>
> Thanks in advance for any replies. Please email me if you
> can--sometimes posted messages don't get through.
>
> Steve Cosner
>
> -------------------==== Posted via Deja News ====-----------------------
> http://www.dejanews.com/ Search, Read, Post to Usenet
Received on Sun Oct 19 1997 - 00:00:00 CDT
![]() |
![]() |