Examples for changing the Oracle LDAP entries. Warning! Put the space after every ldif command! Check the version of ldapmodify (it should be Oracle binary, not the OS standard one)
#### modify.sh ####
ldapmodify -D ‘cn=orcladmin’ -w $LDAP_PASS -h $LDAP_HOST -p $LDAP_PORT -v -f modify.ldif
#### modify.ldif #### dn: cn=SOME_ORACLE_SID,cn=OracleContext,dc=ny,dc=company,dc=com changetype: modify replace:orclnetdescstring orclnetdescstring: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=456.456.456.456) […]