Oracle Database Administration I — Question 55
Which four account management capabilities can be configured using Oracle profiles? (Choose four.)
Answer options
- A. the number of hours for which an account is locked after the configured number of login attempts has been reached
- B. the number of days for which an account may be inactive before it is locked
- C. the maximum amount of CPU time allowed for a user's sessions before their account is locked
- D. the ability to prevent a password from ever being reused
- E. the number of password changes required within a period of time before a password can be reused
- F. the number of days for which an account is locked after the configured number of login attempts has been reached
- G. the maximum number of sessions permitted for a user before the account is locked
Correct answer: B, D, E, F
Explanation
The correct answers (B, D, E, F) represent specific account management settings that can be configured in Oracle profiles. Option A describes account lockout duration but does not relate to inactivity, while option C refers to CPU time limits, which is not a profile configuration, and option G pertains to session limits rather than account management capabilities.