Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

RMAN set newname

386746May 7 2009 — edited May 11 2009
Guys,

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 8 2009
Added on May 7 2009
11 comments
2,059 views