Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: RMAN Restore on different server

Re: RMAN Restore on different server

From: sybrandb <sybrandb_at_gmail.com>
Date: 19 Feb 2007 08:02:56 -0800
Message-ID: <1171900976.352000.325520@p10g2000cwp.googlegroups.com>


On Feb 19, 4:51 pm, Mladen Gogala <mgogala.SPAM_ME...._at_verizon.net> wrote:
> 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.com

Not my experience, when using the duplicate database command in RMAN. Using duplicate database aforementioned parameters are observed both for standby and ordinary databases.

--
Sybrand Bakker
Senior Oracle DBA
Received on Mon Feb 19 2007 - 10:02:56 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US