码迷,mamicode.com
首页 > 其他好文 > 详细

【12c】OCP 062近期新出现的考试原题-第28题

时间:2019-05-15 14:11:50      阅读:143      评论:0      收藏:0      [点我收藏+]

标签:enable   statement   enforce   证明   cap   creat   success   drop   exist   

第28题、choose one

Unified auditing is enabled in your database. The HR_ADMIN and OE_ADMIN roles exist and

are granted system privileges.

You execute the command:

SQL>CREATE AUDIT POLICY table_aud PRIVILEGES CREATE ANY TABLE, DROP ANY

TABLE ROLES hr_admin,oe_admin;

Which statement is true?

A) It succeeds and needs to be enabled to capture all SQL statements that require either the specified privileges or any privilege granted to the HR_ADMIN or OE_ADMIN role.

B) It fails because the command does not specify when the unified audit policy should be enforced.

C) It succeeds and starts capturing only successful SQL statements for all users who have either the specified privileges or roles granted to them.

D) It fails because system privileges cannot be granted with roles in the same audit policy.

Answer:A

(解析:试验证明该语句是审计两个权限的使用以及两个角色中包含的权限使用进行审计。来自3组:1015267481)

 

【12c】OCP 062近期新出现的考试原题-第28题

标签:enable   statement   enforce   证明   cap   creat   success   drop   exist   

原文地址:https://www.cnblogs.com/cnblogs5359/p/10868955.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!