i got a tablespace crashed this morning,
i restart db DROP PENDING TABLESPACES xxx,
then i can connect to the database.
this tablespace is quite no use.
i want to drop this tablespace,but when i try to drop it , it says there`s a table in it, i have to drop the table first.
this table has a blob column and blob data is in this drop pending tablespace, and other data are in an other tablespace.
when i try to drop this table,it says i can not drop this table becase the DROP PENDING TABLESPACE can not access.
what can i do?
thinks!