Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: RMAN Restore on different server
On Mon, 19 Feb 2007 05:43:05 -0800, Pete's wrote:
> If you use the following parameters in your target database, rman
> should perform the renames on the datafiles for you when run the
> cloning command:
>
> db_file_name_convert = (/oracle/PDB1/d01,/oracle/XDB1/d01,
> /oracle/PDB1/d02,/oracle/XDB1/
> d02)
> log_file_name_convert = (/oracle/PDB1/l01,/oracle/XDB1/l01,
> /oracle/PDB1/l02,/oracle/XDB1/
> l02)
Only if your target database is a standby, not in general. You will have to write a whole lot of "SET NEWNAME" statements in your rman script. Get acquainted with pathologically eclectic rubbish lister.
-- http://www.mladen-gogala.comReceived on Mon Feb 19 2007 - 09:51:08 CST
![]() |
![]() |