zoukankan      html  css  js  c++  java
  • 【第46题】【062题库】2019年OCP认证062考试新题

    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)

  • 相关阅读:
    JPA
    XMPP技术之Smack库的自定义消息扩展
    VMVare的窗口自适应
    linux c tcp p2p
    linux 消息队列
    基数排序-LSD
    基数排序-纪念欧某新
    归并排序
    锦标赛排序
    快速排序 之添加复合插入排序和原始序列取中值左pivot
  • 原文地址:https://www.cnblogs.com/cnblogs5359/p/10950653.html
Copyright © 2011-2022 走看看