|
-
Hi
RMAN is smart enough to figure which controlfile it needs for the restore
run{
set until time "to_date('08/28/07 15:00:00' , 'mm/dd/yy hh24:mi:ss')";
restore controlfile to /tmp/control01.ctl;
restore controlfile from /tmp/control01.ctl ;
alter database mount;
restore database;
recover database;
alter database open resetlogs
}
Try something like this
http://www.dbasupport.com/forums/sho...t=48023&page=3
regards
Hrishy
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|