oracle 10gR2 dataguard db_unique_name parameter
DB_UNIQUE_NAME
Specifies a unique name for the database at this destination.
Category | DB_UNIQUE_NAME=name |
---|---|
Data Type | String |
Valid values | The name must match the value that was defined for this database with the DB_UNIQUE_NAME parameter. |
Default value | None |
Requires attributes ... | None |
Conflicts with attributes ... | None |
Corresponds to ... | DB_UNIQUE_NAME column of the V$ARCHIVE_DEST view |
Usage Notes
-
This attribute is optional if:
-
The LOG_ARCHIVE_CONFIG=DG_CONFIG initialization parameter is not specified.
-
This is a local destination (specified with the LOCATION attribute).
-
-
This attributes is required if the LOG_ARCHIVE_CONFIG=DG_CONFIG initialization parameter is specified and if this is a remote destination (specified with theSERVICE attribute).
-
Use the DB_UNIQUE_NAME attribute to clearly identify the relationship between a primary and standby databases. This attribute is particularly helpful if there are multiple standby databases in the Data Guard configuration.
-
The name specified by the DB_UNIQUE_NAME must match one of the DB_UNIQUE_NAME values in the DG_CONFIG list. Redo transport services validate that theDB_UNIQUE_NAME attribute of the database at the specified destination matches the DB_UNIQUE_NAME attribute or the connection to that destination is refused.
-
The name specified by the DB_UNIQUE_NAME attribute must match the name specified by the DB_UNIQUE_NAME initialization parameter of the database identified by the destination.
This 10g new parameter must be set differently for a standby from that of the primary even though their db_name's are the same.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/7199859/viewspace-769132/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 解析dataguard parameter的設定
- Oracle ParameterOracle
- 10gR2最大保護模式DataGuard建立模式
- Oracle Server Parameter FilesOracleServer
- oracle dataguardOracle
- oracle dataguard setupOracle
- oracle rac + dataguardOracle
- oracle實驗記錄 (oracle reset parameter)Oracle
- [Oracle Script] select db parameterOracle
- Oracle 10gR2 JDBC介紹Oracle 10gJDBC
- oracle dataguard broker 配置Oracle
- oracle dataguard 切換Oracle
- ORACLE CASCADE DATAGUARDOracle
- 配置Oracle physical DataGuardOracle
- oracle Dataguard 詳解Oracle
- 【DATAGUARD】Oracle Dataguard體系架構詳解Oracle架構
- 【DataGuard】Oracle DataGuard 最高可用模式 故障實驗Oracle模式
- Oracle Linux 6.5 安裝Oracle 10gR2LinuxOracle 10g
- (轉):學習Oracle動態效能表-(17)-v$parameter & v$system_parameterOracle
- 【DATAGUARD】Oracle19c dataguard新特性及部署Oracle
- 【DATAGUARD】Oracle Dataguard nologging 塊修復Oracle
- 【DataGuard】Oracle DataGuard 資料保護模式切換Oracle模式
- Oracle 10gr2的後的undoOracle 10g
- ?Oracle文件閱讀指南-10gr2Oracle
- Oracle 10gr2 Bug 4437727Oracle 10g
- Oracle 單機配置DataGuardOracle
- oracle 11g dataguardOracle
- 利用RMAN 建立 oracle dataguardOracle
- Oracle 11.2.0.4 physical dataguard和snapshot dataguard切換Oracle
- 【DataGuard】Oracle DataGuard 日誌傳輸狀態監控Oracle
- oracle 10gR2中streams的配置[zt]Oracle 10g
- oracle 10gR2 RAC 的一個BUGOracle 10g
- oracle 10gr2 rac 修改auto_startOracle 10g
- ORACLE推導引數Derived Parameter介紹Oracle
- 【Dataguard】Oracle多租戶環境對Dataguard的影響Oracle
- 【DataGuard】Oracle Dataguard三種保護模式特點總結Oracle模式
- Oracle之11g DataGuardOracle
- Oracle dataguard failover 實戰OracleAI