Dear all,
I have trouble in deleting schemas: sde schema and a user schema.
There is no table in SDE schema, but there are some objects: ST_CURVE, ST_DOMAIN_STATS, ST_GEOMETRY, ST_GEOMCOLLECTION. But when i try to delete the table an error comes up: "ORA-02303: cannot drop or replace a type with type or table dependents"
There is a table in the user schema, GDB_ITEMS. When I want to delete this then error comes up:
ORA-00604: error occurred at recursive SQL level 1
ORA-21700: object does not exist or is marked for delete
What should I do ? How to force delete the table ? How will you force delete the objects ? It seems there is a dependency problem
thanks