ocp 19c考題,科目082考試題(31) - resource_limit

unix_5030發表於2022-03-09

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


來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/70010796/viewspace-2868594/,如需轉載,請註明出處,否則將追究法律責任。

相關文章