FNDCPASS error in R12 - Error in password verification for APPS
Issue:
While changing password using FNDCPASS getting below error.
+----------------------------------------------------------------------------+
Working...
Error in password verification for APPS
+---------------------------------------------------------------------------+
Concurrent request completed
Solution:
SQL> show parameter case
NAME TYPE VALUE
------------------------------------ ----------- --------------------
sec_case_sensitive_logon boolean TRUE
SQL> alter system set sec_case_sensitive_logon=FALSE;
System altered.
Re-try FNDCPASS now
Post a Comment
Post a Comment