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:
For directory naming to happen, configure a directory server for Net8 features, and configure clients access the directory.
| See Also: Directory Naming Requirements for Net8 Assistant
|
| See Also: See Chapter 2, Net8 Concepts, in the Net8 Administrator's Guide
|