Logo Background

Check Oracle Internet Directory (OID) Version

  • The Oracle Internet Directory (OID) version check was needed sometimes to ensure your version was compatible with Oracle E-Business Suite.

    So before you execute the OID/SSO partner registration in Oracle E-Business Suite and data migration between Oracle E-Business Suite with OID/SSO, perform the version check on the Oracle Internet Directory (OID) version using the script below

    $ ldapsearch -h <oid_hostname> -p <oid_ldap_port>  -D "cn=orcladmin" -w <password> \
    -b "" -s base "objectclass=*" orcldirectoryversion
     
    orcldirectoryversion=OID 10.1.4.3.0
Leave a Comment