Chinaunix首页 | 论坛 | 博客
  • 博客访问: 17230
  • 博文数量: 36
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 210
  • 用 户 组: 普通用户
  • 注册时间: 2021-11-30 10:47
文章分类
文章存档

2022年(28)

2021年(8)

我的朋友

分类: 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

阅读(285) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~