Oracle Database 12c: RAC and Grid Infrastructure Administration — Question 2

Your Data Guard environment has two remote physical standby databases.
Client applications use the local naming method to connect to the primary database instance.
You want applications to automatically connect to the new primary database instance in case of a switchover or a failover.
Which will fulfill this requirement?

Answer options

Correct answer: A

Explanation

Option A is correct because creating a database service on each standby that starts with the PRIMARY role ensures that the clients can automatically reconnect to the new primary. The other options either suggest creating the service only on the primary (B), rely on instance names (C), or on database identifiers (D), which do not facilitate automatic failover for client applications.