Fail to open database after incomplete media recovery [message #587256] |
Thu, 13 June 2013 09:00 |
zeeshan047
Messages: 99 Registered: June 2010 Location: PAKISTAN
|
Member |
|
|
hi,
i am using oracle 11.2.0.1.0. We have configured rman using repository catalog configure in another database. We have perform incomplete recovery to restore database to previous scn, but the database fail to open shown error message, how to open the database?
RMAN-00571, RMAN-00569,RMAN-03002,
ORA-01139: RESETLOGS option only valid after an incomplete database recovery
[code]
sql ) startup mount;
RMAN> run {
set until scn 1812690;
restore database;
recover database;
}
[code]
|
|
|
|
|
|