Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Error ORA-604/1000
: The code is for a Delete_All routine which removes all records from : a table.
: : > often get the following sequence of errors:
: : >
: : > ORA-00604 error occurred at recursive level 1
: : > ORA-01000 maximum open cursors exceeded
Are you getting rid of the entire table? if so, just TRUNCATE it instead.
Otherwise, pump up that open_cursors value some more and restart the instance.
stephen cheung
-- Stephen Cheung 512-916-8324 anytime. stephen_at_cyberservices.comReceived on Sat Oct 04 1997 - 00:00:00 CDT
![]() |
![]() |