2019年OCP 062近期新出现的考试原题-28题
最新学讯:近期OCP认证正在报名中,因考试人员较多请尽快报名获取最近考试时间,报名费用请联系在线老师,甲骨文官方认证,报名从速!
我要咨询2018年的时候,OCP 11g考试题库大更新,052 053出现了很多新题,
2019年,11g即将停考的前期,Oracle又出现了一次大变动,12c出现了很多新题,比如062 063题库大更新
OCP解析公开课时间:【每周五晚8点】
OCP解析公开课地址:http://ke.qq.com/course/326223
OCP解析群资料分享:1015267481 验证:ocp
-------------------------------------------------------
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
(解析:试验证明该语句是审计两个权限的使用以及两个角色中包含的权限使用进行审计。)