DGbroker的配置和使用

配置方法
1、主备都在静态监听里新增DG broker的配置
主库为
(SID_DESC=
      (GLOBAL_DBNAME=PROD_DGMGRL)
      (ORACLE_HOME=/db/oracle/product/11.2.0/db_1/)
      (SID_NAME=PROD)
    )

备库为
(SID_DESC=
      (GLOBAL_DBNAME=PROD_STD_DGMGRL)
      (ORACLE_HOME=/mnt/sdb1/u01/app/oracle/product/11.2.0.4/db)
      (SID_NAME=PROD_STD)
    )

2、主备都设置参数
SQL> alter system set dg_broker_start=true;


使用方法
主备都可以执行
dgmgrl
DGMGRL> connect sys/123456
DGMGRL> connect sys/123456@tnsname
DGMGRL> help

DGMGRL> help show
Displays information about a configuration, database, or instance
Syntax:
  SHOW CONFIGURATION [VERBOSE];
  SHOW DATABASE [VERBOSE] <database name> [<property name>];
  SHOW INSTANCE [VERBOSE] <instance name> [<property name>]
    [ON DATABASE <database name>];
  SHOW FAST_START FAILOVER;

DGMGRL> help create
Creates a broker configuration
Syntax:
  CREATE CONFIGURATION <configuration name> AS
    PRIMARY DATABASE IS <database name>
    CONNECT IDENTIFIER IS <connect identifier>;

DGMGRL> help add
Adds a standby database to the broker configuration
Syntax:
  ADD DATABASE <database name>
    [AS CONNECT IDENTIFIER IS <connect identifier>]
    [MAINTAINED AS {PHYSICAL|LOGICAL}];

DGMGRL> help switchover
Switches roles between a primary and standby database
Syntax:
  SWITCHOVER TO <standby database name>;

以上database name其实为db_unique_name,connect identifier表示tnsname


DGMGRL> SHOW CONFIGURATION;
ORA-16532: Data Guard broker configuration does not exist
Configuration details cannot be determined by DGMGRL

DGMGRL> CREATE CONFIGURATION DG1 AS  PRIMARY DATABASE IS PROD2 CONNECT IDENTIFIER IS PROD2;
Configuration "dg1" created with primary database "prod2"

DGMGRL> ADD DATABASE PROD2_STD AS CONNECT IDENTIFIER IS PROD2_STD MAINTAINED AS PHYSICAL;
Database "prod2_std" added

DGMGRL> SHOW CONFIGURATION;
Configuration - dg1
  Protection Mode: MaxPerformance
  Databases:
    prod2     - Primary database
    prod2_std - Physical standby database
Fast-Start Failover: DISABLED
Configuration Status:
DISABLED

DGMGRL> enable CONFIGURATION;
Enabled.
一旦enable configuration,那么主库的log_archive_dest_2就有值了




DGMGRL> show CONFIGURATION VERBOSE;
Configuration - dg1
  Protection Mode: MaxPerformance
  Databases:
    prod2     - Primary database
    prod2_std - Physical standby database
  Properties:
    FastStartFailoverThreshold      = '30'
    OperationTimeout                = '30'
    FastStartFailoverLagLimit       = '30'
    CommunicationTimeout            = '180'
    ObserverReconnect               = '0'
    FastStartFailoverAutoReinstate  = 'TRUE'
    FastStartFailoverPmyShutdown    = 'TRUE'
    BystandersFollowRoleChange      = 'ALL'
    ObserverOverride                = 'FALSE'
    ExternalDestination1            = ''
    ExternalDestination2            = ''
    PrimaryLostWriteAction          = 'CONTINUE'
Fast-Start Failover: DISABLED
Configuration Status:
SUCCESS

分享名称:DGbroker的配置和使用
当前路径:https://www.cdcxhl.com/article30/igocso.html

成都网站建设公司_创新互联,为您提供网站营销外贸建站企业建站ChatGPT动态网站域名注册

广告

声明:本网站发布的内容(图片、视频和文字)以用户投稿、用户转载内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。电话:028-86922220;邮箱:631063699@qq.com。内容未经允许不得转载,或转载时需注明来源: 创新互联

h5响应式网站建设