以下の内容はhttps://htn20190109.hatenablog.com/entry/2024/12/22/220218より取得しました。


{Data Guardの実装その他}Data Guard Broker構成ファイル名を変更

 


https://docs.oracle.com/cd/F19136_01/dgbkr/examples-using-data-guard-broker-DGMGRL-utility.html#GUID-EBCA7643-F1D9-4EA0-BC5F-45AEEDEBC5BC


-- 構成の解除
dgmgrl
connect sys/oracle
show configuration;

disable configuration;

show configuration;

REMOVE CONFIGURATION;

show configuration;

 

-- 初期化パラメータ修正 (act, stb)

show parameter dg

alter system set dg_broker_config_file1 = '/home/oracle/dr1.dat' scope=spfile sid='*';
alter system set dg_broker_config_file2 = '/home/oracle/dr2.dat' scope=spfile sid='*';

shutdown immediate
startup

show parameter dg

-- 構成の作成
dgmgrl
connect sys/oracle
show configuration;

CREATE CONFIGURATION 'act.example.com' AS
PRIMARY DATABASE IS 'act'
CONNECT IDENTIFIER IS ACT;

SHOW CONFIGURATION;

ADD DATABASE 'stb' AS
CONNECT IDENTIFIER IS STB;

SHOW CONFIGURATION;

ENABLE CONFIGURATION;

SHOW CONFIGURATION;

show database verbose act;
show database verbose stb;

 

 

 




以上の内容はhttps://htn20190109.hatenablog.com/entry/2024/12/22/220218より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14