If you get this error "Your password has expired. Please contact administrator to reset it." in oracle portal, The solution is
STEP 1:Login sqlplus as dba.
STEP2: Enter the following "execute orasso.WWSSO_OID_INTEGRATION.reset_passwd('portal username',null,'new password');"
STEP3: Login into your new portal with this password.
2 comments:
thank you very much in single step password has been changed and no expiration now portal open
i used the above steps but face the following error...
ERROR at line 1:
ORA-06550: line 1, column 7:
PLS-00201: identifier 'ORASSO.WWSSO_OID_INTEGRATION' must be declared
ORA-06550: line 1, column 7:
PL/SQL: Statement ignored
when last time i usde these steps it sucessfully done but these i facing the above error..
please help me
Post a Comment