Most effective way of droping a schema
747031Oct 28 2010 — edited Oct 28 2010Version : 10.2.0.4
Linux
Hi All,
We have one schema 2 TB and now we need to drop that. Could you please adivice us the most effective way (reduce the time) of dropping that ? These are the options we have now :-
- Drop schema cascade (Normal way)
- Drop the tablespace inculding contents and datafiles related to this user and then drop the user
- Truncate all the tables in this schema and then drop the schema
Is there any other way we can use to reduce the time else which is best method of the abov 3 ?
Thanks in advacne