zoukankan      html  css  js  c++  java
  • Configure Active DataGuard and DG BROKER

    Oracle Active Data Guard allows DBAs and users to run real-time queries on a physical standby system for reporting.
    Queries and reports can be offloaded from the production system to a synchronized physical standby database – all queries at the standby database return up-to-date results.

    1. Make sure archive log enabled in primary database.
    2. Enabled forced logging and try to switch logfile

    The DB_UNIQUE_NAME values of the primary and standby database should be used in the DG_CONFIG setting of the LOG_ARCHIVE_CONFIG parameter. For this example, the standby database will have the value “TESTDB_DG”.

    3. Set suitable remote archive log destinations for both the database
    4. The LOG_ARCHIVE_FORMAT and LOG_ARCHIVE_MAX_PROCESSES parameters must be set to appropriate values and the REMOTE_LOGIN_PASSWORDFILE must be set to exclusive
    5. Set the parameter in primary database
    6. Entries for the primary and standby databases in “$ORACLE_HOME/network/admin/tnsnames.ora” files on both servers
    7. Create standby Control file and PFILE
    8. Change the necessary parameter according to Standby Database
    Step for Standby Database preparation
    1. Create the necessary directories on the standby server
    2. Copy password file from primary to standby database
    3. Create standby database using DUPLICATE command
    4. Connect to RMAN, specifying a full connect string for both the TARGET and AUXILIARY instances
    5. Switch standby database to Read only mode
    6. Start MRP process in standby database
    Enable DATAGUARD BROKER
    1. Connect to both databases (primary and standby) and issue the following command
    2. Check configuration and status of the databases from the broker
    3. Switch over and Fail over database using DATAGUARD broker

    Thank you for giving your valuable time to read the above information. Please click here to subscribe for further updates

  • 相关阅读:
    簡化SQL Insert、Update、Delete、Select的方法
    Microsoft SqlHelper Class
    EntLib5.0 日志应用程序块(logging) 使用与配置
    EnterpriseLibrary及Log4Net於WebConfig或AppConfig的相關配置
    LogHelper
    log4net使用详解
    Create\Move\Delte Folder\File
    Log4Net使用详解(续)
    DataSet 类(四)读写XML
    SqlDataAdapter类
  • 原文地址:https://www.cnblogs.com/yaoyangding/p/14590877.html
Copyright © 2011-2022 走看看