11g Database restore from last backup failing
Hi,
I am trying to restore database from last nights backup. But it is failing.
RMAN> run {
2> restore database until time "to_date('2015-01-21 08:37:00', 'YYYY-MM-DD HH24:MI:SS')";
3> recover database until time "to_date('2015-01-21 08:37:00', 'YYYY-MM-DD HH24:MI:SS')";
4> }
Starting restore at 21-JAN-15
allocated channel: ORA_DISK_1
channel ORA_DISK_3: restore complete, elapsed time: 00:02:45
Finished restore at 21-JAN-15
Starting recover at 21-JAN-15
using channel ORA_DISK_1
using channel ORA_DISK_2
using channel ORA_DISK_3
using channel ORA_DISK_4
starting media recovery
Oracle Error:
ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below