Oracle Net Entries in a Directory
Entries in a directory are arranged into a hierarchical tree-like structure based on their distinguished name (DN). This tree of directory entries is called the directory information tree (DIT). Each entry contains one or more attributes that describe the entry.
Oracle Net entries in a DIT can be the following:
-
A database service created during database creation
All Oracle Net entries appear under an Oracle Context subtree that stores Oracle entries. This subtree is created in a user-specified location in the DIT during a Custom installation on the server. Clients are configured with usage of the directory and a default Oracle Context from which to look up entries.
Each entry contains one or more attributes that describe the entry. Each attribute has a type and a value. The Oracle Net directory entries have the following attributes:
-
Common name
-
Version of entry
The following illustration shows a DIT with entries for two net service names called sales, which reside under hierarchical domain structures of mktg.uk.example.com and us.example.com.
Text description of the illustration dit.gif
Each entry is identified by a unique DN.
In the above figure, dc stands for a domain component, ou stands for an organizational unit and cn stands for a common name. dc=example,dc=com stands for the organization example.com. The UK and the US organizations are clearly identified by their individual domain components dc=uk and dc=us , respectively. The UK organization of example is further identified by two distinct organizational units called ou=mktg (for marketing) and ou=acctg (for accounting). There are two sales services available in ou=mktg,dc=uk and dc=us, respectively.
The two sales objects have DNs of:
cn=sales,dc=us,dc=example,dc=com
cn=sales,ou=mktg,dc=uk,dc=example,dc=com
Related Topics
Copyright © 1996, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.