Oracle 12C dgbroker 配置
關於DGbroker的配置網上有太多資料了,此處在不做詳細介紹配置,貼一片metalink上的文章共大家參考學習。
1. Prerequisits,
Start the Dataguard broker DMON process. ----------啟動dg_broker
On Primary and Standby,
SQL> alter system set dg_broker_start=true sid='*';
2. Connect to DGMGRL ---------------------------連線dgmgrl,進行配置
Primary,
DGMGRL>connect sysdg
password: *****
3. Create configuration, ----------------------------建立配置
DGMGRL> CREATE CONFIGURATION '<configuration name>' AS PRIMARY DATABASE IS '<primary db_unique_name>' CONNECT IDENTIFIER IS <primary connect string>;
ex,
DGMGRL> CREATE CONFIGURATION '12c' AS PRIMARY DATABASE IS 'boston' CONNECT IDENTIFIER IS boston;
NOTE : If create configuration fails with ORA-16698 refer to
Note 1582179.1: Create Configuration Failing with ORA-16698
Verify configuration,
Configuration - 12c
Protection Mode: MaxPerformance
Databases:
boston - Primary database
Fast-Start Failover: DISABLED
Configuration Status:
DISABLED
4. Add Standby, -------------------------------新增備用環境
DGMGRL> add database <standby db_unique_name> as connect identifier is <standby connect string>;
ex,
DGMGRL> add database chicago as connect identifier is chicago;
Configuration - 12c
Protection Mode: MaxPerformance
Databases:
boston - Primary database
chicago - Physical standby database
Fast-Start Failover: DISABLED
Configuration Status:
DISABLED
5. Enable Configuration,
6. Verify configuration,
Configuration - 12c
Protection Mode: MaxPerformance
Databases:
boston - Primary database
chicago - Physical standby database
Fast-Start Failover: DISABLED
Configuration Status:
SUCCESS
Database - boston
Role: PRIMARY
Intended State: TRANSPORT-ON
Instance(s):
boston
Database Status:
SUCCESS
DGMGRL> show database chicago;
Database - chicago
Role: PHYSICAL STANDBY
Intended State: APPLY-ON
Transport Lag: 0 seconds (computed 1 second ago)
Apply Lag: 0 seconds (computed 1 second ago)
Apply Rate: 2.54 MByte/s
Real Time Query: ON
Instance(s):
chicago
SUCCESS
Datagurd configuration details recorded in binary file,
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
dg_broker_config_file1 string /u01/app/oracle/product/12.1.0
/dbhome_1/dbs/dr1boston.dat
dg_broker_config_file2 string /u01/app/oracle/product/12.1.0
/dbhome_1/dbs/dr2boston.dat
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/28612416/viewspace-2120010/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle 12C配置EMOracle
- oracle11g單節點DGbroker搭建Oracle
- goldengate 12c 針對oracle 12c配置的主要變化GoOracle
- dgbroker搭建完整記錄
- Oracle 12c RAC構築之二:共享磁碟配置Oracle
- Oracle 12cOracle
- Oracle 11g/12c 監聽器白名單的配置Oracle
- oracle 12c Deprecation of Oracle StreamsOracle
- Oracle 12C GDSOracle
- Oracle 12c 多租戶配置和修改 CDB 和 PDB 引數Oracle
- GoldenGate 12.2抽取Oracle 12c多租戶配置過程GoOracle
- oracle 12c CDB企業管理器(EM Express)的配置方法OracleExpress
- 【12c Partitioning】Oracle 12c Partitioning特性Oracle
- Oracle 12C安裝Oracle
- Oracle 12c新特性Oracle
- Oracle 12c Relocate PDBOracle
- Oracle 12c Refreshable CloneOracle
- Oracle 12c RAC: MGMTDBOracle
- ORACLE 12C EM ExpressOracleExpress
- ORACLE 12c Core DocOracle
- Oracle 12c - Data RedactionOracle
- oracle 12c 釋出Oracle
- Linux 6.9 加盤後的Oracle 12c ASM DiskGroup配置過程LinuxOracleASM
- 再次使用DGbroker做switchover主備切換
- Oracle 12C R1 OR R2監聽相關配置包含pdbOracle
- Oracle 12c升級指南Oracle
- 12C Oracle ASM Filter DriverOracleASMFilter
- Oracle 12c Automatic ReoptimizationOracle
- benchmark 壓測Oracle 12cOracle
- sysbench壓測Oracle 12COracle
- Oracle 12c 新特性(四)Oracle
- Oracle 12c 新特性(三)Oracle
- Oracle 12c 新特性(二)Oracle
- Oracle 12c 新特性(一)Oracle
- Oracle 12c PDB淺析Oracle
- Oracle Linux 7上安裝Oracle 12cOracleLinux
- Oracle 12C新特性-History命令Oracle
- Oracle 12c 兩個新特性Oracle