Hi All,
I'm facing an error while trying to drop a tablespace
SQL> DROP TABLESPACE USER_TRANS INCLUDING CONTENTS AND DATAFILES ;
DROP TABLESPACE USER_TRANS INCLUDING CONTENTS AND DATAFILES
*
ERROR at line 1:
ORA-00604: error occurred at recursive SQL level 1
ORA-00959: tablespace '_$deleted$9$0' does not exist
SQL>
I've tried below options.
(1) Restarted DB.
(2) Moved all objects from this tablespace to another tablespace. (Currently there is no object in this tablespace).
I can see to deleted entries in TS$
select * from ts$ where name like '%deleted%';
TS# NAME OWNER# ONLINE$ CONTENTS$ UNDOFILE# UNDOBLOCK# BLOCKSIZE INC# SCNWRP SCNBAS DFLMINEXT DFLMAXEXT DFLINIT DFLINCR DFLMINLEN DFLEXTPCT DFLOGGING AFFSTRENGTH BITMAPPED PLUGGED DIRECTALLOWED FLAGS PITRSCNWRP PITRSCNBAS OWNERINSTANCE BACKUPOWNER GROUPNAME SPARE1 SPARE2 SPARE3 SPARE4
3 _$deleted$3$0 0 3 0 0 0 8192 1 0 0 1 2147483645 128 128 128 0 0 2147483645 128 0 1 4098 0 3778 0 0
9 _$deleted$9$0 0 3 0 0 0 8192 1 0 0 1 2147483645 8 128 8 0 1 2147483645 8 0 1 4129 0 1361918 0 0
Please suggest how to proceed.
Thanks & Regards
Manoj