Directory Naming Overview

Directory naming is one of the primary naming methods used to resolve a connect identifier to a connect descriptor that the client uses to connect to a database. Directory naming stores connect identifiers and their connect descriptors in an LDAP-compliant directory server. The connect identifiers are stored under an Oracle Context, a subtree in the directory that contains Oracle entries.

An end user enters a connect string that includes the connect identifier in the following format:

CONNECT username/password@connect_identifier

In the following example sales is the connect identifier that is looked up in the directory:

CONNECT scott/tiger@sales

The connect descriptor returned to the client includes the:

The client uses the protocol address information to connect to a listener. The listener, configured with the same address information, receives the request. If the listener is listening for requests to the same database service as specified in the connect descriptor, a connection is granted.

For directory naming to happen, configure a directory server for Net8 features, and configure clients access the directory.

seealso.gif
See Also: Directory Naming Requirements for Net8 Assistant

info.gif
See Also: See Chapter 2, Net8 Concepts, in the Net8 Administrator's Guide