The local naming method is being used to connect to a remote server and the service name is being provided in the connection request. This service name is mapped to a network address contained in a _________.
-
Connect Descriptor
-
Connect identifier
-
Connect String
-
Connected Directory
A
Correct answer
Explanation
When using the local naming method in Oracle Net Services, the service name provided by the client is resolved by looking up a connect descriptor in the tnsnames.ora file. This connect descriptor contains the protocol, host, port, and service name information needed to establish the connection. The connect identifier is what the user provides, while the connect string is the full resolution path. Option D is a distracter - there is no such thing as a Connected Directory in Oracle networking.