repschemesコマンド
repschemes
コマンドは、現在接続されているデータソースで定義されているレプリケーション・スキームに関する情報をレポートするために使用されます。
この情報には、レプリケーション・スキームに関連付けられたすべての要素の属性が含まれます。オプションの引数を省略した場合は、現在のデータソースに定義されたすべてのレプリケーション・スキームの情報がレポートされます。
Command>repschemes [[<scheme_owner_pattern>.]<scheme_name_pattern>];
例:
Command>create active standby pair rep1, rep2;
The command succeeded.
Command>repschemes;
Replication Scheme Active Standby:
Master Store: REP1 on xxx
Master Store: REP2 on xxx
Excluded Tables:
None
Excluded Cache Groups:
None
Excluded sequences:
None
Store: REP1 on xxx
Port: (auto)
Log Fail Threshold: (none)
Retry Timeout: 120 seconds
Compress Traffic: Disabled
Store: REP2 on xxx
Port: (auto)
Log Fail Threshold: (none)
Retry Timeout: 120 seconds
Compress Traffic: Disabled
1 replication scheme found.