Unable to start database after point-in-time recovery [message #232558] |
Sat, 21 April 2007 03:38 |
aydenise
Messages: 6 Registered: April 2007 Location: HK
|
Junior Member |
|
|
I restore the backup from hot backup and using the command below.
SQL> recover database until time '2007-04-06:01:00:00' using backup controlfile;
However, I failed to recover the database and open the database using the command below;
SQL> alter database open resetlogs;
alter database open resetlogs
*
ERROR at line 1:
ORA-01195: online backup of file 1 needs more recovery to be consistent
ORA-01110: data file 1: '/u40/oradata/gets/system01.dbf'
Could anyone advice what I should do ?
|
|
|
|
|
|
|
|
|