I got error messages when opening the database
ORA-01113: file 10 needs media recovery
ORA-01110: data file 10: 'H:\RBLARGEFILE.ROL'
I removed this rollback segment from init.ora, mounted oracle, and used "Alter database datafile datafile 'H:\RBLARGEFILE.rol' offline drop". After opening oracle, I backed up the control file to trace. Then, the following problems occured when I tried to take it offline and drop it:
1. alter rollback segment RBLARGE offline --> error msg: this rollback segment is not noline.
2. Drop rollback segment RBLARGE --> ORA-01548: active rollback segment "RBLARGE" found, terminate dropping tablespace
Does anyone know how to solve it? Thanks in advance!!!!!
ORA-01113: file 10 needs media recovery
ORA-01110: data file 10: 'H:\RBLARGEFILE.ROL'
I removed this rollback segment from init.ora, mounted oracle, and used "Alter database datafile datafile 'H:\RBLARGEFILE.rol' offline drop". After opening oracle, I backed up the control file to trace. Then, the following problems occured when I tried to take it offline and drop it:
1. alter rollback segment RBLARGE offline --> error msg: this rollback segment is not noline.
2. Drop rollback segment RBLARGE --> ORA-01548: active rollback segment "RBLARGE" found, terminate dropping tablespace
Does anyone know how to solve it? Thanks in advance!!!!!