码迷,mamicode.com
首页 > 其他好文 > 详细

【第46题】【062题库】2019年OCP认证062考试新题

时间:2019-05-30 17:48:43      阅读:260      评论:0      收藏:0      [点我收藏+]

标签:ext   auto   file   this   repos   rdbms   man   lang   DRC   

46题、choose two

Examine this command:

SQL> ALTER SYSTEM SET ENABLE_DDL_LOGGING=TRUE;

Which two statements are true?

A) All DDL statements are logged in to a text file in Automatic Diagnostic Repository (ADR) home.

B) The Alert Log still contains some DDL statements.

C) Some data definition language (DDL) statements are written to the control file.

D) All data definition language (DDL) statements are written to the control file.

E) Some DDL statements are written to a text file in the ADR home.

F) Some DDL statements are written to an XML file in the ADR home.

Answer:AF

(解析: 打开 DDL 跟踪后,要通过 adrci 命令的 show log 才能够查看 DDL 日志, sys 用户的 DDL 语句也会被纪录。

adrci> show log

ADR Home = /u01/app/oracle/diag/rdbms/orcl/ORCL,在该目录下有个 log 目录,里面有ddl_ORCL.log 文本跟踪日志,同时在 log 目录下的 ddl 目录中有 log.xml 日 志文件。来自3组:1015267481)

【第46题】【062题库】2019年OCP认证062考试新题

标签:ext   auto   file   this   repos   rdbms   man   lang   DRC   

原文地址:https://www.cnblogs.com/cnblogs5359/p/10950653.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!