Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> help! cannot drop a table!
I want to drop the table but fail.
SQL> DROP TABLE INCARDDAYSTAT;
DROP TABLE INCARDDAYSTAT
*
ERROR at line 1:
ORA-00604: error occurred at recursive SQL level 1
ORA-01000: maximum open cursors exceeded
[ora8_at_server450 ora8]$ oerr ora 00604
00604, 00000, "error occurred at recursive SQL level %s"
// *Cause: An error occurred while processing a recursive SQL statement
// (a statement applying to internal dictionary tables).
// *Action: If the situation described in the next error on the stack
// can be corrected, do so; otherwise contact Oracle Support.
How should I do?
Thanks a lots.
Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Tue Jul 04 2000 - 00:00:00 CDT
![]() |
![]() |