ocp考试资料群:569933648 验证码:ocp OCP 12c 19c考试题库解析与资料群:钉钉群号:35277291
全部博文(487)
发布时间:2019-08-22 13:32:21
SQL> connect scott/tigerSQL>select name,value3 where name='audit_trail';--------------------- -----------------SQL> audit all on emp;Which two will generate on audit record?B)every ddl statement executed by scott that affects scott.empD)only the first select statement e.........【阅读全文】
发布时间:2019-08-21 15:35:32
A)DML statements can be audited when they fail to executeC)All Oracle auditing operations occur by default.E)DDL statements can be audited when they fail to execute.G)Audit records are never stored in the database.Answer: ABEFF 选项,对 SYS 的审计。在数据库还没有打开 之前,可以.........【阅读全文】
发布时间:2019-08-21 14:15:12
A)Auditing is active only when the database is OPEN.C)Audit of the use of system privileges can be enabled for individual database users.E)All Oracle auditing operations occur by default.Answer: CDF标准数据库审计分为三个级别:2.权限审计。A 错,审计 sys 用户的打开数据库操作.........【阅读全文】
发布时间:2019-08-20 10:31:17
Which type of auditing must you use?B)mandatory auditingD)fine-grained auditing赵:......【阅读全文】
发布时间:2019-08-20 09:17:39
1.EMP is a table.3.EMP_IDX is an index on EMP.MGR_NO.5.EMP_OPS_PKG is a package that performs DML operations on EMP.7. EMP_TRG is a trigger on EMP.$ expdp system/oracle \> EXCLUDE=TABLE:"= 'EMP' "\> DUMPFILE=full_db.dmp \Which three objects will be exported?B)EMP_SE.........【阅读全文】