ORA-07443: function Verify_password_function not found
(Doc ID 1676593.1)
Last updated on JUNE 10, 2021
Applies to:
Oracle Database - Enterprise Edition - Version 11.2.0.4 and laterInformation in this document applies to any platform.
Symptoms
On : 11.2.0.4 version, Database Security
When attempting to use a password verify function,
the following error occurs.
ERROR
-----------------------
ORA-07443: function CPASLIMITPASSWORD not found
STEPS
-----------------------
The issue can be reproduced at will with the following steps:
1. sqlplus / as sysdba
2. create the function SYS.CPASLIMITPASSWORD
3 connect sec_user/oracle
4. ALTER PROFILE CPAS_USERS LIMIT PASSWORD_VERIFY_FUNCTION CPASLIMITPASSWORD;
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |