Incomplete Restore
First time I actually did this:
A dev DB was faulty and the Developers asked me to restore it to one week before (05.08.2009 - 20:00)
Action plan:
A dev DB was faulty and the Developers asked me to restore it to one week before (05.08.2009 - 20:00)
Action plan:
- startup force mountEasy =)
- Delete datafiles via asmcmd
- rman target /
- run {
set until time "to_date('2009-08-05:20:00:00','YYYY-MM-DD:hh24:mi:ss')";
restore database;
recover database;
}
Labels: incomplete, recover, restore, rman, set until time
