Purpose

Specifies the distinguished name for the LDAP entry that contains your connection information. Using an LDAP entry provides simplified maintenance by allowing you to centrally store and access connection information for the database server. LDAP entries specify the server name, failover settings, port number, SDU size, and service name or SID for the target database using the orclNetDescString attribute.

Valid values

distinguished_name

where:

distinguished_name
is the fully qualified path of names in the LDAP directory information tree for the entry containing your connection information. For example, cn=DB122,cn=OracleContext,dc=america,dc=yourcompany,dc=com.

Notes

  • If a value is specified for this property, the ServerName and PortNumber properties are used to specify the host and port number for the LDAP directory server.
  • If this property is specified, do not specify the following properties to prevent connection information conflicts:
    • AlternateServers

    • FailoverMode

    • LoadBalancing

    • SDUSize

    • ServerType

    • ServiceName

    • SID

    If any of these properties are specified in addition to this property, the driver throws an exception.

Data source method

setLDAPDistinguishedName

Default

None

Data type

String

See also

Using LDAP

Data encryption