Tuesday, February 15, 2005

Retrieve the password of the ORASSO database user

Summary
By querying OID, you can obtain the password for the ORASSO database user.

Details
1. Set your environment, and ensure connectivit to the OID server before executing:
               
$ORACLE_HOME/bin/ldapsearch -h oidhostname -p oidport -D "cn=orcladmin" -w "orcladminpassword" -b "cn=IAS Infrastructure Databases,cn=IAS,cn=Products,cn=OracleContext" -s sub "orclResourceName=orasso" orclpasswordattribute

Applicable Versions

Oracle Single Sign-On 9i

No comments: