rman redo log location

From: H. Steuer <steuer_at_patronas.de>
Date: Tue, 28 Sep 2010 15:36:47 +0200
Message-ID: <4ca1ef61$0$6992$fca84a42_at_newsspool4.arcor-ip.de>



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 Received on Tue Sep 28 2010 - 08:36:47 CDT

Original text of this message