Saturday, September 27, 2008

How to change ORCLADMIN password?

Step 1:Changing OID DB password (optional)
Login to Infrastructure machine where Oracle Internet Directory and Infrastructure reside.

$ cd $ORACLE_HOME/bin

Issue the command, oidpasswd as shown below

$ oidpasswd
current password:
Issue the current password, new password and confirm new password. The OID DB password would be changed.

Step 2: Changing ROOT ORCLADMIN password
Run the oidpasswd command again as shown below.

$ oidpasswd reset_su_password=true
OID DB user password:
new password:
confirm password:

Step 3: Changing default realm ORCLADMIN password
  1. Loginto Oracle Directory Manager as orcladmin with the new password. Navigate to Entry Management -> dc=com ->dc=REALMNAME - > cn=Users .
  2. Scroll down to orcladmin and click the entry. On the right hand side, in the properties tab, scroll down to the last row, “userpassword”. Update this entry to the new value.

No comments:

Post a Comment