How can you wipe a set of Oracle schemas?
By wipe I mean remove all data, tables, views, procedures, synonyms, etc, etc.
|
feedback
|
|
Start sqlplus as SYSTEM and then type:
Repeat for all the schemas that you want to drop. | |||||||||
feedback
|
|
This is a beginning, not a fully baked script - I'm pretty sure it'll fail if the user has, for example, any queues configured with AQ.
| |||
|
feedback
|