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: ORA 1000 - Max number of cursors exceeded

Re: ORA 1000 - Max number of cursors exceeded

From: <murali09_at_my-deja.com>
Date: Wed, 17 Nov 1999 14:20:39 GMT
Message-ID: <80udjm$sav$1@nnrp1.deja.com>


In article <5ZcxOFjnZR02JPsVr+4oTaGNZjwE_at_4ax.com>,   jason <jason_at_seahorseNOSPAM.demon.co.uk> wrote:
> On Tue, 16 Nov 1999 17:35:00 +0000, kev <kevin.porter_at_fast.no> wrote:
>
> >Hi,
> >
> >I have a database which is being populated (via PHP web pages) by a
> >couple of people. But that has ground to a halt because all the PHP
> >pages just report an ORA 01000 - "Maximum number of cursors exceeded"
> >error.
> >I have shutdown the DB and restarted it, but this has made no
> >difference. Help! How do I get rid of it?
> >
> >thanks,
> >
> >- Kev
> >
> >
>
> You can add the line OPEN_CURSORS=2000 to your initSID.ora file to
> increase the number of cursors you can open at any one time.
>
> Does anyone know if a cursor that has been opened during a proc. is
> not closed properly, does this leave a handle open? Or are all cursors
> closed implicity at an END; ?
>
> Jason.
>
>

No. The cursors are are not closed implicitly and left open until the user logs out of the session. User has to close the cursor explicitly after use.

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Wed Nov 17 1999 - 08:20:39 CST

Original text of this message

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