Skip to Main Content

E-Business Suite

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Retrieve apps password in oracle apps R12.2.14

SAMZAM5 days ago

Hi,

Could you please share me your advice on the following issue.

EBSR12.2.14

We forgot apps password,Could you tell me the method to retrieve the password. I have tried the following method

  1. Login as sysdba

  2. create FUNCTION apps.decrypt_pin_func(in_chr_key IN VARCHAR2,in_chr_encrypted_pin IN VARCHAR2) RETURN VARCHAR2 AS LANGUAGE JAVA NAME 'oracle.apps.fnd.security.WebSessionManagerProc.decrypt(java.lang.String,java.lang.String) return java.lang.String';

  3. select ENCRYPTED_FOUNDATION_PASSWORD from apps.fnd_user where USER_NAME='GUEST';

  4. SELECT apps.decrypt_pin_func('GUEST/ORACLE','') from dual;

it didn't work.The step 4 returned null.

Could you please tell me any other method to retrieve the password.

Comments
Post Details
Added 5 days ago
1 comment
139 views