Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Database Crash !!
Try putting this line in initSID.ora file
_offline_rollback_segments = (x_01,x_02,x_03)
and open the database.
After this try creating new rollback segments .
And do not forget to comment
rollback_segments = (x_01,x_02,x_03) row.
note : x_01 ,x_02,x_03 are the non system rollback segment you may be using..
Milind N Received on Thu Aug 10 2000 - 00:30:29 CDT