Oracle Database 12c: RAC and Grid Infrastructure Administration — Question 71
You edit the DGConnectIdentifier database property using the edit database set property DGMGRL command.
Which two are effects of this change?
Answer options
- A. The fal_client database initialization parameter on all standby databases is updated with the new value.
- B. The service attribute of the log_archive_dest_n initialization parameter for any database referring to the specified database is updated with the new value.
- C. The fal_client database initialization parameter for the specified database is updated with the new value.
- D. The broker configuration must be disabled and then enabled to use the new connection property.
- E. The service attribute of the log_archive_dest_n initialization parameter referring to all standby databases is updated with the new value.
Correct answer: A, B
Explanation
Options A and B are correct because changing the DGConnectIdentifier affects all standby databases and updates their parameters accordingly. Options C, D, and E are incorrect as they either misrepresent the scope of the changes or introduce unnecessary steps that are not required in this context.