Oracle Database 12c: RAC and Grid Infrastructure Administration — Question 99
Which two are true about the creation of a Data Guard Broker configuration?
Answer options
- A. In a broker configuration, the primary database name must match the DB_UNIQUE_NAME value in the database initialization parameter file.
- B. A primary database profile may be added to the configuration prior to creating the primary database.
- C. A standby database profile may be added to the configuration prior to creating that standby database.
- D. A newly created broker configuration requires at least one standby database profile to be specified at the time the configuration is created.
- E. A newly created broker configuration is in the disabled state.
Correct answer: D, E
Explanation
The correct answers are D and E because a Data Guard Broker configuration indeed requires at least one standby database profile during its creation, and it starts off in a disabled state. Options A, B, and C do not accurately reflect the requirements for establishing the configuration.