Re: rman location of redo logs

From: gazzag <gareth_at_jamms.org>
Date: Tue, 28 Sep 2010 08:10:47 -0700 (PDT)
Message-ID: <fc09bd7f-ce9c-462d-abb8-86d5c58c687f_at_i5g2000yqe.googlegroups.com>



On 28 Sep, 14:34, "H. Steuer" <ste..._at_patronas.de> wrote:
> guys,
>
> im using rman to backup a database for physical standby. the command is
> pretty simple:
>
> backup incremental level = 0 format '/tmp/transfer/td_%s_%p.bck' database;
>
> restoring the backup on the physical standby is done with:
>
> duplicate target database for standby NOFILENAMECHECK;
>
> the problem for me is know that the redo logs on the standby are in a
> different location that on the primary database. how can i enforce rman
> to create the redo logs (and standby redo logs) at the same place they
> are on the primary node?
>
> cheers,
> heri

http://download.oracle.com/docs/cd/B19306_01/backup.102/b14191/ostspitr.htm#sthref1465

Look into:

log_file_name_convert

HTH
-g Received on Tue Sep 28 2010 - 10:10:47 CDT

Original text of this message