• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer navigation

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • Solaris
    • Oracle Linux
    • VCS
  • Interview Questions
  • Database
    • oracle
    • oracle 12c
    • ASM
    • mysql
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

Oracle Database : What Is The Search Order For The LDAP.ORA File

by admin

Different versions of Oracle, have different search order for the LDAP.ORA file.

  • Version 8i: TNS_ADMIN can not used. Search path order is $ORACLE_HOME/network/admin
  • Version 9i: TNS_ADMIN can be used. Search path order is TNS_ADMIN if set, Then ORACLE_HOME/network/admin
  • Version 10.1: TNS_ADMIN can not used. Search path order is LDAP_ADMIN if set, ORACLE_HOME/ldap/admin and then ORACLE_HOME/network/admin
  • Version 10.2: TNS_ADMIN can be used. Search path order is LDAP_ADMIN if set, ORACLE_HOME/ldap/admin, TNS_ADMIN if set and then ORACLE_HOME/network/admin
  • Version 11g: TNS_ADMIN can be used. Search path order is LDAP_ADMIN if set, ORACLE_HOME/ldap/admin, TNS_ADMIN if set and then ORACLE_HOME/network/admin.

In 10g and newer versions LDAP_ADMIN can be used to point to the location of the LDAP.ORA file

When created with Oracle Internet Directory Configuration Assistant, ldap.ora is located in the $ORACLE_HOME/ldap/admin directory on UNIX operating systems and the ORACLE_HOME\ldap\admin directory on Windows operating systems. When created with Oracle Net Configuration Assistant, ldap.ora is located in the $ORACLE_HOME/network/admin directory on UNIX operating systems and the ORACLE_HOME\network\admin directory on Windows operating systems. ldap.ora can also be stored in the directory specified by the LDAP_ADMIN or TNS_ADMIN environment variable.

Filed Under: oracle

Some more articles you might also be interested in …

  1. Automatic Undo Management and Oracle RAC
  2. Oracle Database : script to create a “CREATE SYNONYM Script”
  3. How to Drop Undo Tablespace in Oracle Database
  4. ORA-00031: session marked for kill
  5. Oracle ASM 12c – New Features with examples
  6. ASMLib-Managed Disks on Multipathed iSCSI Targets are not Discovered after Server Reboot in CentOS/RHEL 7
  7. How to Set Timeout for WebLogic Web Service Client (JAX-WS and JAX-RPC)
  8. How to extend ASM disk from OS level in CentOS/RHEL
  9. Script to verify the Oracle DataPump Data Dictionary Catalog
  10. How To Create Device Alias For ASM Disks Using mknod On Linux/Unix

You May Also Like

Primary Sidebar

Recent Posts

  • nixos-rebuild Command Examples in Linux
  • nixos-option: Command Examples in Linux
  • nixos-container : Command Examples in Linux
  • nitrogen Command Examples in Linux

© 2023 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright