• 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. Oracle Grid 12c: Read Only Instances on Leaf Nodes
  2. How to Identify Different File types and space used in Flash Recovery Area
  3. Oracle Tablespace Transport for a Single Partition
  4. How to Drop/Truncate Multiple Partitions in Oracle 12C
  5. How to get the Values Assigned by Default to a Profile in Oracle Database
  6. Oracle Database: How to catalog tape backup pieces
  7. DDL Statement Examples in SQL
  8. Oracle Database 12c2 : CPU_COUNT is Wrong
  9. How to Enable Fast-Start Failover using Enterprise Manager
  10. What is OCFS or OCFS2

You May Also Like

Primary Sidebar

Recent Posts

  • vgextend Command Examples in Linux
  • setpci command – configure PCI device
  • db_load command – generate db database
  • bsdtar command – Read and write tape archive files

© 2022 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright