Chinaunix首页 | 论坛 | 博客
  • 博客访问: 596389
  • 博文数量: 487
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 4916
  • 用 户 组: 普通用户
  • 注册时间: 2018-07-05 13:59
个人简介

ocp考试资料群:569933648 验证码:ocp OCP 12c 19c考试题库解析与资料群:钉钉群号:35277291

文章分类

全部博文(487)

文章存档

2023年(37)

2021年(151)

2020年(37)

2019年(222)

2018年(38)

我的朋友

分类: Oracle

2019-08-21 14:15:12

Which three are true about auditing?

A)Auditing is active only when the database is OPEN.

B)Audit records are always stored in the database.

C)Audit of the use of system privileges can be enabled for individual database users.

D)DDL statements can be audited when they fail to execute.

E)All Oracle auditing operations occur by default.

F)DML statements can be audited when they execute successfully.

Answer: CDF

赵:

标准数据库审计分为三个级别:

1.语句审计,特点是执行成功或不成功都可审计。

2.权限审计。

3.对象审计。

A 错,审计 sys 用户的打开数据库操作时,数据库还是关闭着的。

B 错,审计参数 audit_trail 为 db 时,将审计结果记录在数据库;参数为 os 时,审计结果放在由audit_file_dest 指定的操作系统的目录中。

C 译:可为个别数据库用户启用对系统特权使用情况的审计。

C 是权限审计,D 和 F 是语句审计。

E 译:默认情况下,所有 Oracle 审计操作都会发生。错。

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