Hallo!
Hab da ein Problem... Will einen Typ löschen, aber bekomme folgende Fehlermeldung:
DROP TYPE kante_ty FORCE
Error report:
SQL Error: ORA-00604: error occurred at recursive SQL level 1
ORA-22914: DROP of nested tables not supported
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.
Hatte ein ähnliches Problem auch schon beim Löschen einer Tabelle:
DROP TABLE netze CASCADE CONSTRAINTS
Error report:
SQL Error: ORA-00604: error occurred at recursive SQL level 1
ORA-04063: table "DM014.NETZE" has errors 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.
Könnt ihr mir einen Tipp geben, wie ich das beheben kann??
Danke im Voraus, lg
Hab da ein Problem... Will einen Typ löschen, aber bekomme folgende Fehlermeldung:
DROP TYPE kante_ty FORCE
Error report:
SQL Error: ORA-00604: error occurred at recursive SQL level 1
ORA-22914: DROP of nested tables not supported
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.
Hatte ein ähnliches Problem auch schon beim Löschen einer Tabelle:
DROP TABLE netze CASCADE CONSTRAINTS
Error report:
SQL Error: ORA-00604: error occurred at recursive SQL level 1
ORA-04063: table "DM014.NETZE" has errors 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.
Könnt ihr mir einen Tipp geben, wie ich das beheben kann??
Danke im Voraus, lg
Kommentar