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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Forcefully drop tablespace...

2723794Mar 20 2012 — edited Mar 20 2012
Hi All,

I want to drop one tablespace so run drop tablespace <name> including contents and datafiles...
but it throws error

ORA-00604: error occurred at recursive SQL level 1
ORA-02429: cannot drop index used for enforcement of unique/primary key

issues is - user related to this TBS has been deleted and when I see the online_status from dba_data_files is in RECOVER. from V$recover_file - error is file not found. on OS path file is not exists and no backup is available.

I want to drop this tablespace so that next user can create the tablespace with the same name. Anyidea how to drop this tbs ?

Thanks in advance...

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Apr 17 2012
Added on Mar 20 2012
2 comments
607 views