Which two statements are true about advanced connection options supported by Oracle Net for connection to Oracle?
Connect Time Failover requires the use of Transparent Application Failover (TAF).
Source Routing requires the use of encrypted connections.
Connect Time Failover requires the connect string to have two or more listener addresses configured.
Load Balancing requires the use of a name server.
Load Balancing can balance the number of connections to dispatchers when using a Shared Server configuration.
A.False. Connect Time Failover doesn’t need TAF; TAF is for runtime failover.
B.False. Source Routing doesn’t mandate encryption.
C.True. Needs multiple addresses (e.g., (ADDRESS_LIST=...)) for failover.
D.False. Load balancing works with tnsnames.ora, no name server required.
E.True. Balances connections across shared server dispatchers.
Submit