Oracle Application Server extract Database Password

Navigate the following by starting at OracleContextn and working you way down to PORTAL you will get the password to the Oracle Database used by the portal. Using Oracle SQL-developer you can used the JDBC connection string to connect and view the database.

OrclResourceName=PORTAL,orclReferenceName=YourDomain.YourDatabase,cn=IAS Infrastructure Databases,cn=IAS,cn=Products,cn=OracleContext

ldapsearch -h -p -D “cn=orcladmin” -w -b “cn=IAS Infrastructure Database,cn=IAS,cn=Products,cn=OracleContext” -s sub “orclresourcename=PORTAL”  rclpasswordattribute

Leave a Reply

Your email address will not be published. Required fields are marked *