- Somebody deleted the rollback segment datafile from the server.
- The database cannot be started again.
- startup mount
- alter database datafile 'rbs01.dbf' offline drop;
- alter database open;
- ORA-01545 rollback segment 'RBS01' specified not available.
- Sometimes, it will throw a ORA-00600 error.
The following is what I did, but it failed:
- startup nomount
- alter database backup controlfile to trace;
- re-create controlfile
- recover database;
- alter database open;
- ORA-00600: internal error code, arguments: [25012],[1],[2],[],[],[],[],[]
-
select * from v$tablespace; TS# NAME 0 SYSTEM 2 TEMP ..... -
select file#,name from v$datafile; FILE# NAME 1 system.dbf 3 temp01.dbf
I think the database has been dropped RBS tablespace, what can I do?
Requires Free Membership to View
This was first published in September 2006

Join the conversationComment
Share
Comments
Results
Contribute to the conversation