Wednesday, April 18, 2007

RMAN - Restore from disk using until time

startup mount;
run {
set until time = "to_date('Jan 20 2004 16:32:29','Mon DD YYYY HH24:MI:SS')";
allocate channel llat_d1 type disk;
allocate channel llat_d2 type disk;
restore database;
recover database;
alter database open resetlogs;


PS: set until scn 562204384143; # for restoring until SCN