howto lookup Portal password

##
## Using oidadmin
##

## startup oidadmin from the infrastructure-host
##

oidadmin

enter hostname: infrastructure-host.domainname.com
enter port: 389

enter username: orcladmin
enter password: <ISA_ADMIN_password_specified_during_install>

On the main screen to check Portal password:

Entry Management
cn=oracle context
cn=Products
=IAS
=IAS Infrastructure Databases
=SID
orclResourceName=PORTAL
orclpasswordattribute: GJx1ywdL (this will vary from install to install)

##
## Using ldapsearch from the command line
##

ldapsearch -h infrastructure-host.domainname.com -p 389 \
-D cn=orcladmin -w <ISA_ADMIN_password_specified_during_install> \
-b “cn=IAS Infrastructure Databases,cn=IAS,cn=Products,cn=OracleContext” \
-s sub “orclResourceName=PORTAL” orclpasswordattribute

REFERENCE:
Note:356333.1 Unable access Portal welcome page. Get “Servlet Error”
Note:344804.1 Accessing Portal Returns “Servlet Error” After a New Install of Portal 10.1.2.0.2
Note:198800.1 How to get the Portal schema password of the Infrastructure database

Leave a Reply

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