How drop Tablespace with error ORA-02429
445876Sep 10 2005 — edited Sep 11 2005Hi :
I want to delete a tablespace using next command:
SQL> drop tablespace APPL including contents cascade constraints;
but I have the next error:
ORA-0064 : error occurred at recursive SQL Level 1
ORA-02429 : cannot drop index used for enforcement of unique /primary key.
Somebody could help me, I need delete that tablespace.
Thanks.