Retrieve Apps password in R12 or Forgot Apps Password in R12
Retrieve Apps password in R12 or Forgot Apps Password in R12 Steps to retrieve forgotten apps password in R12. Step 1 : login to DB-Nodesqlplus / as sysdbaSTEP 2 : Create Function for to decrypt the encrypted passwordSQL> create FUNCTION apps.decrypt_pin_func(in_chr_key IN VARCHAR2,in_chr_encrypted_pin IN VARCHAR2) RETURN VARCHAR2ASLANGUAGE JAVA...