Re: db_unique_name

From: Mihajlo Tekic <mihajlo.tekic_at_gmail.com>
Date: Tue, 24 May 2011 14:11:14 -0500
Message-ID: <BANLkTi=PhDsLZnLPSHxSA1uU0scxDGkLVA_at_mail.gmail.com>



I am assuming you are talking about Data Guard configuration.

It depends upon the type of the standby database (physical/logical).

In a case of a physical standby database DB_NAME must be the same for all databases participating in the configuration. On other hand DB_UNIQUE_NAME specifies a globally unique name for the database which is used to uniquely identify a database in the standby configuration. Therefore only one database, usually the primary one, will have same value for both parameters.

http://download.oracle.com/docs/cd/E11882_01/server.112/e17022/create_ps.htm#i68648

In a case of a logical standby database, DB_NAME for the standby database may be different than the primary one hence both DB_UNIQUE_NAME and DB_NAME parameters could be set to the same value.

http://download.oracle.com/docs/cd/E11882_01/server.112/e17022/create_ls.htm#BEIGJCAC

Cheers,

Mihajlo

On Tue, May 24, 2011 at 1:47 PM, K R <kp0773_at_gmail.com> wrote:

> All,
>
> I have the primary db on server A , and planning to make the standby on
> server B. Can I have the db_unique_name same same as db_name in standby
> database.?
>
> appreicate any suggestion.
>
> thanks
> Kart
>
>
>

--
http://www.freelists.org/webpage/oracle-l
Received on Tue May 24 2011 - 14:11:14 CDT

Original text of this message