problem on starting database [message #165600] |
Fri, 31 March 2006 01:00 |
rnemkul
Messages: 35 Registered: February 2006
|
Member |
|
|
dear all
When I start database manually using svrmgrl
after database mount I have problem to open database
the problem is
ora-01113: file 2 needs media recovery
ORA-01110: data file 2: 'c:\oracle\oradate\orcl\rbs01.dbf'
Please suggest me what to do
Regards
Rajendra
|
|
|
|
|
|
|
Re: problem on starting database [message #165660 is a reply to message #165653] |
Fri, 31 March 2006 05:25 |
sach_sumit
Messages: 9 Registered: September 2005
|
Junior Member |
|
|
HI
In addition to what SALIM KM has suggested,
1. If in normal shutdown before error then ,
U can proceed as he has suggested as everything is in consistent state and you dont require rollback data.
2. If not normal shutdown (like abort)
In that case it will give errors whenever you will try to access data that had modified data present within the datafile rbs02.dbf at the time instance was aborted because oracle still needs that rollback to make it consistent.
So in that case whenever u will query an object that used rbs02.dbf at time of crash u will get this error message.
Select * from product;
ora - 00376: file 2 cannt be read at this time;
Also u cannt do even recovery as u r operating in NOARCHIVE LOG MODE.
Regards
Sumit Sachdeva
|
|
|