dbTalk Databases Forums  

rman location of redo logs

comp.databases.oracle.server comp.databases.oracle.server


Discuss rman location of redo logs in the comp.databases.oracle.server forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
H. Steuer
 
Posts: n/a

Default rman location of redo logs - 09-28-2010 , 08:34 AM






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

Reply With Quote
  #2  
Old   
gazzag
 
Posts: n/a

Default Re: rman location of redo logs - 09-28-2010 , 10:10 AM






On 28 Sep, 14:34, "H. Steuer" <ste... (AT) patronas (DOT) de> wrote:
Quote:
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/B...htm#sthref1465

Look into:

log_file_name_convert

HTH
-g

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.