分类: Oracle
2022-03-09 15:35:48
31、Choose three.
Examine these statements:
ALTER SYSTEM SET RESOURCE_LIMIT=FALSE SCOPE=BOTH;
System altered.
CREATE PROFILE dev_users LIMIT
SESSIONS_PER_USER 3
IDLE_TIME 10
FAILED LOGIN ATTEMPTS 3
PASSWORD_VERIFY_FUNCTION ora12c_verify_function;
Profile altered.
ALTER USER hr PROFILE dev_users;
User altered.
Which three are true about the effects of executing these statements?
A) User HR is permitted to create more than three concurrent sessions.
B) The password complexity will not enforced on the HR account.
C) Password complexity checking is enforced for user HR.
D) The HR account will get locked by Oracle after ten consecutive failed login attempts.
E) The HR account will be locked after three consecutive failed login attempts.
F) User HR sessions will terminate after ten minutes of continuous inactivity.
source : cuug