RE: Data Guard Follow-up

From: Scott Canaan <srcdco_at_rit.edu>
Date: Mon, 03 Jun 2013 15:12:40 -0400
Message-id: <A9F069F06B325049A1D90D1F8EBEB8B6EEF6A14601_at_ex02mail02.ad.rit.edu>



That looked strange to me, too. I'll try that. Thank you. Scott Canaan '88 (srcdco_at_rit.edu<mailto:Scott.Canaan_at_rit.edu>) (585) 475-7886 - work (585) 339-8659 - cell "Life is like a sewer, what you get out of it depends on what you put into it." - Tom Lehrer.

From: Radoulov, Dimitre [mailto:cichomitiko_at_gmail.com] Sent: Monday, June 03, 2013 3:03 PM
To: Scott Canaan
Cc: oracle-l_at_freelists.org
Subject: Re: Data Guard Follow-up

Hi Scott,

On 03/06/2013 19:44, Scott Canaan wrote:

I started with nothing and created the primary database from scratch - LNX8TEST. By default, it is not in archivelog mode and does not have a password file.

[...]

log_file_name_convert='/oracle/data/LNX8TEST/','/oracle/data/LNX8TEST/','/oracle/data/LNX8TEST/mirror_files/','/oracle/data/LNX8TEST/mirror_files/'

I would start by adjusting the *name_convert_* parameters.

LOG_FILE_NAME_CONVERT = 'string1' , 'string2' , 'string3' , 'string4' , ...

Where:

  • string1 is the pattern of the primary database filename
  • string2 is the pattern of the standby database filename

Unless I'm missing something, it should be:

primary (s)pfile:

log_file_name_convert='/LNX9TEST/', '/LNX8TEST/' standby:

log_file_name_convert='/LNX8TEST/', '/LNX9TEST/'

And you need the same values for db_file_name_convert.

Regards
Dimitre

--
http://www.freelists.org/webpage/oracle-l
Received on Mon Jun 03 2013 - 21:12:40 CEST

Original text of this message