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

Your Data Guard environment has a remote physical standby database with real-time query enabled, which is used for reporting, and a logical standby database used for DSS reporting.

Switchovers or failovers are possible due to testing or in case of a disaster.

Clients use local TNSNAMES.ORA files to define connection strings to the database instances.

Which three will prevent clients from connecting to the wrong database instances? (Choose three.)

Answer options

Correct answer: C, D, G

Explanation

The correct answers are C, D, and G because establishing Oracle Net connectivity to the primary instance (C) ensures that clients can connect properly. The LOCAL_LISTENER parameter (D) must always be configured to facilitate proper routing of connections. Additionally, using the correct TNS entries (G) is essential for clients to connect to the intended database instances. Options A, B, E, and F are not directly related to preventing clients from connecting to the wrong instances.