Oracle 19c Broker配置

hooca發表於2023-01-12

在搭建完DG後,才能配置Broker。

本例中主備都是單例項,如果是RAC,需要確認Broker配置檔案(引數dg_broker_config_file1和2)在共享儲存上

  1. 主備兩端都啟用Broker

ALTER SYSTEM SET DG_BROKER_START=TRUE scope=both;

2. 主庫連線dgmgrl,在主庫建立主庫配置

create configuration 'o19' as primary database is 'o19' connect identifier is o19;

3. 依然是在主庫dgmgrl中,新增備庫配置

Add database 'o19dg' as connect identifier is o19dg maintained as physical;

4. 啟用配置

ENABLE CONFIGURATION;

5. 觀察結果

show configuration;
show database verbose <庫名>;


來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/22621861/viewspace-2931863/,如需轉載,請註明出處,否則將追究法律責任。

相關文章