On Portal 10.1.2.0.2 or Portal 10.1.4 on OAS 10.1.2.1.2 to get the password of portal user:
1. Please run the following so we can get the PORTAL password:
ldapsearch -D "cn=orcladmin" -w orcladmin1 -p 389 -h oidhostname.domain -b "cn=IAS,cn=Products,cn=OracleContext" -s sub -v OrclresourceName=PORTAL orclpasswordattribute
Check the line in the output:-
orclpasswordattribute = ------------
2. Alter the portal password in SQL*Plus to match what has been displayed from the ldapsearch command in step 1.
3. Access the Application Server Control and change the Portal password to any new password that you want (this is the correct way of doing it, since it changes the OID and Database passwords and mantain them in sync).
Go to Application server control - Midtier instance - Infrastructure link at the top - Change schema password - Select the 'PORTAL' schema radio button and change the password and Click OK.
1. Please run the following so we can get the PORTAL password:
ldapsearch -D "cn=orcladmin" -w orcladmin1 -p 389 -h oidhostname.domain -b "cn=IAS,cn=Products,cn=OracleContext" -s sub -v OrclresourceName=PORTAL orclpasswordattribute
Check the line in the output:-
orclpasswordattribute = ------------
2. Alter the portal password in SQL*Plus to match what has been displayed from the ldapsearch command in step 1.
3. Access the Application Server Control and change the Portal password to any new password that you want (this is the correct way of doing it, since it changes the OID and Database passwords and mantain them in sync).
Go to Application server control - Midtier instance - Infrastructure link at the top - Change schema password - Select the 'PORTAL' schema radio button and change the password and Click OK.
No comments:
Post a Comment