Oracle 10.24
Solaris 10.5 SPARC 64bits
I am trying to drop a tablespace I created to resize my original tablespace, but getting the following error:
SQL> drop tablespace backup_ts including contents and datafiles cascade constraints;
drop tablespace backup_ts including contents and datafiles cascade constraints
*
ERROR at line 1:
ORA-00604: error occurred at recursive SQL level 1
ORA-02429: cannot drop index used for enforcement of unique/primary key
I have also remove all the tables from this tablespace (backup_ts) and still getting error.