zoukankan      html  css  js  c++  java
  • OCP-1Z0-053-200题-199题-159

    QUESTION 199

    Which package provides API's for the SQL Tuning Advisor?

    A. DBMS_MONITOR

    B. DBMS_STATS

    C. DBMS_SQLTUNE

    D. DBMS_ADVISOR

    Answer: C

    同159题:http://blog.csdn.net/rlhua/article/details/14088877


    Explanation/Reference:

    Section: Managing Database Performance & Tuning

    Answer option C is correct.

    The recommended interface for running the SQL TuningAdvisor is the Oracle Enterprise Manager.

    However, if Oracle Enterprise Manager is unavailable, you can run the SQL Tuning Advisor using procedures

    in the DBMS_SQLTUNE package. The DBMS_SQLTUNE package provides the following three interrelated

    areas of functionality:

    - SQL Tuning Advisor Subprograms

    - SQL Profile Subprograms

    - SQL Tuning Set Subprograms

    Answer option B is incorrect. With the DBMS_STATS package you can view and modify optimizer statistics

    gathered for database objects. The Oracle RDBMS allows you to collect statistics of many different kindsas an

    aid to improve performance. This package is concerned with optimizer statistics only. Given that Oracle sets

    automatic statistics collection of this kind by default, this package is intended for only specializedcases. The

    statistics of interest to be viewed or modified canreside in the dictionary or in a table created in the user's

    schema for this purpose. You can also collect and manage user-defined statistics for tables and domain

    indexes using this package.

    Answer option D is incorrect. DBMS_ADVISOR is part of theServer Manageability Suite of Advisors, a set of

    expert systems that identifies and helps resolve performance problems relating to the various databaseserver

    components.

    Answer option A is incorrect. The DBMS_MONITOR package lets you use PL/SQL for controlling additional

    tracing and statistics gathering.

  • 相关阅读:
    音频、摄像机操作
    调用系统相机及摄像机
    图片的放大缩小
    haxm intelx86加速模拟器的安装
    mac eclipse 下安装subclipse
    文件多线程下载实现
    windows与linux之间传输文件
    ZeroMQ接口函数之 :zmq_setsockopt –设置ZMQ socket的属性
    使用C语言在windows下一口气打开一批网页
    Net-SNMP是线程安全的吗
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13316138.html
Copyright © 2011-2022 走看看