Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Q: Delete Schema Objectas
If the only objects, are tables and indexes and they are in their own respectfull tablespaces; you could drop the tablespaces including contents.
If this is not the situation, writing SQL to create the SQL to drop objects would be my next bet.
Objects in question:
tables
constraints
indexes
views
synonyms
public synonyms
Look at other instances to see if Database links have been created.
....
Received on Wed Oct 07 1998 - 15:37:24 CDT