password_verify_function Profile Parameter Shows LIMIT as "FROM ROOT" When Connected to non PDB database
(Doc ID 2988953.1)
Last updated on JULY 20, 2024
Applies to:
Oracle Database - Enterprise Edition - Version 12.2.0.1 and laterInformation in this document applies to any platform.
Symptoms
- This is NOT a multi-tenant environment.
- password_verify_function Profile Parameter Shows LIMIT as "FROM ROOT" When Connected to non PDB database
STEPS
-----------------------
1. Changed PASSWORD_VERIFY_FUNCTION to ORA12C_VERIFY_FUNCTION :
SQL> alter profile GSM_PROF limit password_verify_function ORA12C_VERIFY_FUNCTION;
2. Displayed password_verify_Function as FROM ROOT.
select * from dba_profiles where resource_name='PASSWORD_VERIFY_FUNCTION';
PROFILE RESOURCE_NAME RESOURCE LIMIT COM INH IMP
-------------------- ------------------------------ -------- ----------------------------------- --- --- ---
DEFAULT PASSWORD_VERIFY_FUNCTION PASSWORD VERIFY_FUNCTION NO NO NO
GSM_PROF PASSWORD_VERIFY_FUNCTION PASSWORD FROM ROOT YES YES NO --->> !!
Changes
Changed the profile limit.
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 |
Changes |
Cause |
Solution |
References |