Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Most effective way of droping a schema

747031Oct 28 2010 — edited Oct 28 2010
Version : 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 25 2010
Added on Oct 28 2010
2 comments
114 views