Philip Howe’s Oracle Blog

Just another WordPress.com weblog

Archive for July, 2009

RMAN point in time recovery

Posted by philiphowe on July 16, 2009

run {
allocate channel c1 type disk;
set until time “to_date(’07/14/09 19:00′, ‘mm/dd/yy hh24:mi:ss’)”;
restore database;
recover database;
alter database open resetlogs;
}

Posted in RMAN | Tagged: , , , | Leave a Comment »