Wednesday, November 23, 2011

Changing orasso password in oracle oid

Change the orasso passwd.
==========================


# sqlplus system/system_passwd

Change the orasso passwd.


SQL> alter user orasso identified by neworassopassword


If you chose to manually update the "orasso" schema password in the database you will also need to update that same password in OID as well. There are two ways to update the "orasso" password in OID. The first is by using the Oracle Directory Manager GUI and the second is manually using an ldapmodify command.


ODM (Oracle Directory Manager)

Login to ODM as the orcladmin user.

After you login, drill down to the "OrclResourceName=ORASSO" directory entry as follows:

From "Entry Management" Click "cn=OracleContext"
Then "cn=Products"
Then "cn=IAS"
Then "cn=IAS Infrastructure Databases"
Then "orclReferenceName=" is your infrastructure database sid and domain (ie asdb.mydomain.com)


Then highlight the entry "OrclResourceName=ORASSO"

This entry will contain an attribute called "orclpasswordattribute"

Enter the new "orasso" schema password in this attribute

No comments:

Post a Comment