RMAN set newname
386746May 7 2009 — edited May 11 2009Guys,
I was trying to duplicate a database to a different host (call it remote).
I was having some problem relating to access to the tape where the backup sets are stored.
I connect to the target and ran this command, to see if i could access the backupsets
run {
set nename for datafile 8 to 'c:\temp\tools99.dbf';
restore tablespace tools;
}
The command went fine.
On researching I made a change on the remote and tried the duplicate command again.
Now RMAN is looking for datafile 8 as c:\temp\tools99.dbf'
I did not issue the switch command after I issue the set newname command.
What can I do to get RMAN to for the file on the tape, in the backupset, rather than c:\temp\tools99.dbf.
Thanks