|
|
Re: Recover/Restore using Remote_Server backup file [message #385390 is a reply to message #384735] |
Mon, 09 February 2009 06:26 |
Himanshu.Padmanabhi
Messages: 5 Registered: January 2009
|
Junior Member |
|
|
run {
shutdown immediate
startup nomount
set until SCN=348981;
restore controlfile;
alter database mount;
restore database;
recover database noredo;
alter database open resetlogs;
}
Where is the code here that will tell take backup file from "\\remote_server\share1"?
Or there is some another command set for that?
|
|
|
|
|