B.
The user exceeded the value of FAILED_LOGIN _ATTEMPTS and its password has not been reset yet.
C.
The account has the SYSDBA privilege granted.
D.
The user exceeded the value of PASSWORD_LIFE_TIME and Its password has not been reset yet
E.
The ACCOUNTS_ STATUS column is not updated until the user attempts to log in.
Answer:
C
User Votes:
A
50%
B 3 votes
50%
C 1 votes
50%
D
50%
E
50%
Discussions
0/ 1000
prha
11 months ago
LOCKED(TIMED)
The account is locked because the number of consecutive failed login attempts exceeded the FAILED_LOGIN_ATTEMPTS limit and the PASSWORD_LOCK_TIME has not yet elapsed. The account can be unlocked either by the ALTER USER ... ACCOUNT UNLOCK command or by waiting until the PASSWORD_LOCK_TIME has elapsed.
Want to join our community?
Please log in or signup in order to use this feature
LOCKED(TIMED)
The account is locked because the number of consecutive failed login attempts exceeded the FAILED_LOGIN_ATTEMPTS limit and the PASSWORD_LOCK_TIME has not yet elapsed. The account can be unlocked either by the ALTER USER ... ACCOUNT UNLOCK command or by waiting until the PASSWORD_LOCK_TIME has elapsed.