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

Home -> Community -> Usenet -> c.d.o.server -> Re: ORA-01001 and MAXOPENCURSORS

Re: ORA-01001 and MAXOPENCURSORS

From: Thomas Kyte <tkyte_at_oracle.com>
Date: 12 Apr 2002 17:58:05 -0700
Message-ID: <a97vqt0317e@drn.newsguy.com>


In article <e4ed71f5.0204120704.452179a2_at_posting.google.com>, nutron2000_at_yahoo.com says...
>
>Folowing four options seem to affect the ORA-01001 error
>1) RELEASE_CURSOR
>2) MAXOPENCURSORS
>3) HOLD_CURSOR
>along with
>4) OPEN_CURSORS
>which is set in the init.ora
>Can someone tell me if these parameters are only for precompilers
>or they affect ORA-01001 error if I am getting from PL/SQL?
>thanks
>nutron

1,2,3 are precompilers

4 affects every single client that connects to the database. That is the max number of concurrently opened cursors they may have.

--
Thomas Kyte (tkyte@oracle.com)             http://asktom.oracle.com/ 
Expert one on one Oracle, programming techniques and solutions for Oracle.
http://www.amazon.com/exec/obidos/ASIN/1861004826/  
Opinions are mine and do not necessarily reflect those of Oracle Corp 
Received on Fri Apr 12 2002 - 19:58:05 CDT

Original text of this message

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