欢迎访问 生活随笔!

生活随笔

当前位置: 首页 > 编程资源 > 编程问答 >内容正文

编程问答

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

发布时间:2025/3/17 编程问答 32 豆豆
生活随笔 收集整理的这篇文章主要介绍了 【12c】OCP 062近期新出现的考试原题-第28题 小编觉得挺不错的,现在分享给大家,帮大家做个参考.

第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)

 

转载于:https://www.cnblogs.com/cnblogs5359/p/10868955.html

总结

以上是生活随笔为你收集整理的【12c】OCP 062近期新出现的考试原题-第28题的全部内容,希望文章能够帮你解决所遇到的问题。

如果觉得生活随笔网站内容还不错,欢迎将生活随笔推荐给好友。