Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> couldn't drop a rollback segment

couldn't drop a rollback segment

From: <siuhaic_at_gmail.com>
Date: 8 Nov 2006 22:31:05 -0800
Message-ID: <1163053865.435600.60230@e3g2000cwe.googlegroups.com>


Hello,

We lost a datafile belonging to an undo tablespace. Since we are in the process of setting up the test environment, we don't have any backup of the undo datafile. So we created another undo tablespace and set undo_tablespace instance parameter to point to the new one.

When we were trying to drop the old undo tablespace, we received the following error:

SQL> alter database datafile '/oracle/oradata/test/undotbs02.dbf' offline drop;

Database altered.

SQL> drop tablespace undotbs02;
drop tablespace undotbs02
*

ERROR at line 1:
ORA-01548: active rollback segment '_SYSSMU1$' found, terminate dropping
tablespace

SQL> drop rollback segment _SYSSMU1$;
drop rollback segment _SYSSMU1$
*

ERROR at line 1:
ORA-00911: invalid character

SQL> drop rollback segment '_SYSSMU1$';
drop rollback segment '_SYSSMU1$'
*

ERROR at line 1:
ORA-02175: invalid rollback segment name

What should we do in order to drop undo tablespace UNDOTBS02? Since this is a test box, we don't really care about data loss.

Thanks for your help. Received on Thu Nov 09 2006 - 00:31:05 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US