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
(解析:試驗證明該語句是審計兩個權限的使用以及兩個角色中包含的權限使用進行審計。)