Multiple choice technology programming languages

Which one is a valid parameter for profile definition ?

  1. LOGIN_FAILED_ATTEMPTS

  2. CPU_PER_USER

  3. PWD_GRACE_TIME

  4. PASSWORD_VERIFY_FUNCTION

Reveal answer Fill a bubble to check yourself
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).