ORA-00604: error occurred at recursive SQL level 1 [message #361791] |
Fri, 28 November 2008 01:53 |
jeffy_bj
Messages: 6 Registered: November 2008 Location: beijing china
|
Junior Member |
|
|
Dear all:
while I drop a table,I am getting following message.
SQL> drop table test02;
drop table test02
*
ERROR at line 1:
ORA-00604: error occurred at recursive SQL level 1
ORA-01422: exact fetch returns more than requested number of rows
ORACLE DOC tell me as following:
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 Services.
but I don't konw what I do. Please tell me.
Regards.
jeffy.
|
|
|
|
|
|
|
|
|
|