Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Help please! ORA-604 Max Cursors Exceeded problem

Re: Help please! ORA-604 Max Cursors Exceeded problem

From: Thomas Kyte <tkyte_at_us.oracle.com>
Date: Mon, 08 Mar 1999 17:05:52 GMT
Message-ID: <36e7033f.14334471@192.86.155.100>


A copy of this was sent to "Wicksey" <Wicksey_at_hotmail.com> (if that email address didn't require changing) On 8 Mar 1999 16:41:34 GMT, you wrote:

>Hi people,
>
>I'm using Forms 4.5 and accessing a Pro*C dll using ORA_FFI. My problem is
>thus:
>
>When running my application, I keep getting an error either in the log file
>of the dll or as an exception in forms 4.5 - both are to do with Max
>Cursors being exceeded. I thought that Forms Cursor loops implicitly
>closed cursors - does anyone know what the problem could be?
>
>I've checked out my Initorcl.ora file and can find no reference to
>open_cursors - can anyone help me please?
>
>Thanks in advance,
>
>Nick

Just add:

open_cursors = 250   

to your init$ORACLE_SID.ora and restart the database.  

Thomas Kyte
tkyte_at_us.oracle.com
Oracle Service Industries
Reston, VA USA

--
http://govt.us.oracle.com/ -- downloadable utilities  



Opinions are mine and do not necessarily reflect those of Oracle Corporation Received on Mon Mar 08 1999 - 11:05:52 CST

Original text of this message

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