Skip to main content

Posts

Showing posts from February, 2015

Orcladmin account locked in OID 11g

Issue: applprod@xxhost1:/x01/test/Middleware/Oracle_IDM/bin$ ./ldapbind -h xxhost1.test.com -p 3060 -D "cn=orcladmin" -q ldapbind -h xxhost2.test.com -p 3060 -D "cn=orcladmin" -q ldapbind -h xxhost.test.com -p 3060 -D "cn=orcladmin" -q ldap_bind: DSA is unwilling to perform ldap_bind: additional info: Password Policy Error :9001: cn=orcladmin : Your account is locked. Contact your OID administrator. Solution: 1. Set ORACLE_HOME, PATH and ORACLE_INSTANCE environment variable 2. Check the tnsname.ora value from $ORACLE_INSTANCE/config/tnsnames.ora 3. Go to $ORACLE_HOME/ldap/bin  4. ./oidpasswd connect=<Value from Step2> unlock_su_acct=true OID DB user password: <It will prompt for this OID DB password. Enter the password> OID super user account unlocked successfully. 5. Try again ldapbind command to check, applprod@xxhost1:/x01/test/Middleware/Oracle_IDM/bin$ ./ldapbind -h xxhost1.test.com -p 3060 -D "cn=orcladmin...