Validating Font End user password in Oracle Apps
If we need to validate the front end user password is working fine or not then we can fire the below query to check the authentication of password.
Login to Database as Apps user.
SQL> select fnd_web_sec.validate_login('GUEST','welcome') from dual;
FND_WEB_SEC.VALIDATE_LOGIN('GUEST','WELCOME')
--------------------------------------------------------------------------------
Y
FND_WEB_SEC.VALIDATE_LOGIN('GUEST','WELCOME')
--------------------------------------------------------------------------------
Y
If the output is Y then password is correct and if it is N then it invalid.
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment