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-01000: maximum open cursors exceeded PROBLEM

Re: ORA-01000: maximum open cursors exceeded PROBLEM

From: Andreas Rath <A.Rath_at_DeutschePost.de>
Date: 24 Jun 1998 13:44:27 GMT
Message-ID: <6mqvrr$14u1@ppd00021.postag.de>


"Paolo Quaglia" <paolo_at_sitek.it> schreibt: > Hi ,
> I'm developing an Intranet Application :
> I have developed several input Forms and I Use Servlet-Jdbc_odbc connection
> to Oracle.
> The problem is:
> After some time I use the forms I have this Error:
> - ORA-01000: maximum open cursors exceeded
> NB: I use a permanent connection in the servlet and when i have the error I
> restart the connection. ( so the connection will restarted many times!!)
>
> I have read that I can increment the value of a variable: but I don't know
> the where I must
> update this value..
>
>
>
> HELP!!
>
>

Hi,
in the File /ORACLE_HOME/dbs/init<sid>.ora you can increment the value of the variabel "OPEN_CURSORS".
I hope this will help.

Andy Received on Wed Jun 24 1998 - 08:44:27 CDT

Original text of this message

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