Time for action – initial setup of Data Guard broker

We will now see the initial setup of the Data Guard broker in an existing Data Guard configuration.

  1. Ensure that both the primary and standby databases are up and running as shown in the following query:
    SQL> select db_unique_name,open_mode,database_role from v$database;
    DB_UNIQUE_NA OPEN_MODE            DATABASE_ROLE
    ------------ -------------------- ----------------
    turkey_un    READ WRITE           PRIMARY
    
    SQL>  select db_unique_name,open_mode,database_role from v$database;
    DB_UNIQUE_NA OPEN_MODE            DATABASE_ROLE
    ------------ -------------------- ----------------
    india_un     READ ONLY WITH APPLY PHYSICAL STANDBY
  2. Ensure that both the primary and standby databases are using server parameter files, so that the broker can form ...

Get Oracle Data Guard 11gR2 Administration Beginner's Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.