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

Your Data Guard environment has two remote physical standby databases.
Client applications use the local naming method to define connectivity to the primary database instance.
Which will automatically redirect clients to the new primary database in case of a switchover or failover?

Answer options

Correct answer: C

Explanation

The correct answer is C because setting the DB_NAME parameter identically on all databases allows client connections to use the same identifier, facilitating a seamless transition to the new primary database. Options A and B involve more complex configurations that do not guarantee automatic redirection. Option D, while useful for listener registration, does not address the client connection logic needed for automatic redirection during role changes.