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

Re: ORA-01000: maximum open cursors exceeded

From: Frank van Bortel <frank.van.bortel_at_gmail.com>
Date: Fri, 16 Jun 2006 13:51:27 +0200
Message-ID: <e6u5qk$6cq$1@news1.zwoll1.ov.home.nl>


Oliver Neumann schreef:
> Hey there,
>
> i've programmed a tool which handles databaserows like delete/create etc.
> The whole thing is working very well till now. Im actually building scripts
> which generates plenty of new rows and now im getting this error:
>
> ORA-01000: maximum open cursors exceeded
>
>

Well, increase the number, then.
They don't cost anything, until you actually use a cursor. Oracle does not need resources to allow for a greater maximum than you use now.

If you wrote the application, make sure cursors are closed (explicit cursors, that is)

-- 
Regards,
Frank van Bortel

Top-posting is one way to shut me up...
Received on Fri Jun 16 2006 - 06:51:27 CDT

Original text of this message

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