Which one is a valid parameter for profile definition ?
-
LOGIN_FAILED_ATTEMPTS
-
CPU_PER_USER
-
PWD_GRACE_TIME
-
PASSWORD_VERIFY_FUNCTION
D
Correct answer
Explanation
PASSWORD_VERIFY_FUNCTION is a valid profile parameter that specifies a PL/SQL function to validate password complexity. The other options are either misspelled (LOGIN_FAILED_ATTEMPTS should be FAILED_LOGIN_ATTEMPTS) or not valid profile parameters (CPU_PER_USER is not a standard Oracle profile parameter).