【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://blog.51cto.com/13854012/2394881

时间: 2024-08-29 16:11:35

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

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

第29题.choose one Examine the parameters for a database instance: NAME TYPE VALUE temp_undo_enabled boolean TRUE undo_ management string AUTO undo _retention Integer 900 undo _tablespace string UNDOTBS1 Your database has three undo tablespaces and the

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

第27题.choose one Which statement is true about profiles? A) Resource limits specified in a profile assigned to a user are always enabled. B) A profile can be assigned only to one user. C) A user can exist without any profile. D) Password management us

12c ocp 062新考题(之前没出现过)-1

1.One of your databases has archive logging enabled and RMAN backups are taken at regular intervals. The data file for the users tablespace is corrupt. Which command must you execute before starting the recovery of this tablespace ? A) SWITCH DATAFIL

【2019年8月】OCP 071认证考试最新版本的考试原题-第28题

choose two The ORDERS table has a column ORDER_DATE of date type DATE The default display format for a date is DD-MON-RR Which two WHERE conditions demonstrate the correct usage of conversion functions? A) WHERE ordet_date > TO_CRAR(ADD_MONTHS(SYSDAT

【Q&A】12C OCP 1z0-060 QUESTION 1: About Managing Temporary Tablespaces in a CDB

QUESTION 1 Your multitenant container (CDB) contains two pluggable databases (PDB), HR_PDB and ACCOUNTS_PDB, both of which use the CDB tablespace. The temp file is called temp01.tmp. A user issues a query on a table on one of the PDBs and receives th

不再“吃老本”明辨新方向 ——浅析国考省考归纳概括题区别

无论在国考亦或是省考的申论考试中,归纳概括题都在其中扮演不可或缺的角色.但需要大家注意的是,绝不可再继续"吃"省考申论中归纳概括题目的"老本".这两个考试对于归纳概括题目的考察各有侧重,对学生们的作答能力要求也不尽相同.大家只有了解并掌握了不同考试的考察重点,上"战场"前装备好最得心应手的"兵器",才能实现对即将到来的国考申论更加全面充分的备考,做到胸有成竹.万无一失.故此,我们现与大家一起梳理下国考与省考对于归纳概括型题目的

锦程网考试由试题从模拟题中批量找出答案,Python

jincin的考试又来了,像往常一样会先有模拟题发下来,而考试题目几乎都在里面原题. 本来是,在考试时,把题目一题一题地在模拟题里搜,但觉得太累了. 于是写了一个Python的脚本批量查找,用到正则,由于不知道行尾是\r还是\n还是\r\n,干脆也用正则,而非split('\r')这么硬板了. 添了颜色,效果不错. Python: 效果: - 锦程网考试由试题从模拟题中批量找出答案,Python,布布扣,bubuko.com

【新题】ocp 062 2019年考试新题-3

3.A database is open read write and the instance has multiple sessions some of which have active transactions. You execute this command: SQL> ALTER SYSTEM ENABLE RESTRICTED SESSION; Which three are true about the active transactions? A) They may cont

OCP 062大量考试新题(2019年)-12

Your database is configured in archivelog mode. Examine the RMAN configuration parameters: CONFIGURE RETENTION POLICY TO REDUNDANCY 1; # default CONFIGURE BACKUP OPTIMIZATION OFF; # default CONFIGURE CONTROLFILE AUTOBACKUP OFF; # default CONFIGURE DE