• OCP-1Z0-053-V13.02-641题


    641.Which three functions are performed by the SQL Tuning Advisor? (Choose three.)

    A. Building the SQL profile

    B. Recommending optimization of materialized views

    C. Checking query objects for missing and stale statistics

    D. Recommending bitmap, function-based, and B-tree indexes

    E. Recommending restructuring SQL queries that are using bad plans

    Answer: ACE

    答案解析:

    参考:http://docs.oracle.com/cd/E11882_01/server.112/e40540/cncptdba.htm#CNCPT853


    BD属于SQL Access Advisor


    SQL Tuning Advisor

    Automatic SQL tuning is exposed through SQL Tuning Advisor. SQL Tuning Advisor runs automatically during system maintenance windows as a maintenance task. During each automatic run, the advisor selects high-load SQL queries in the database and generates recommendations for tuning these queries.

    SQL Tuning Advisor recommendations fall into the following categories:

    • Statistics analysis

    • SQL profiling

    • Access path analysis

    • SQL structure analysis

    A SQL profile contains additional statistics specific to a SQL statement and enables the optimizer to generate a better execution plan. Essentially, a SQL profile is a method for analyzing a query. Both access path and SQL structure analysis are useful for tuning an application under development or a homegrown production application.

    A principal benefit of SQL Tuning Advisor is that solutions come from the optimizer rather than external tools (see "Overview of the Optimizer"). Thus, tuning is performed by the database component that is responsible for the execution plans and SQL performance. The tuning process can consider past execution statistics of a SQL statement and customizes the optimizer settings for this statement.



     

  • 相关阅读:
    面试
    二叉树- 二叉树直径
    排序算法
    JAVA编程
    JAVA编程
    JAVA中break和continue的区别
    HTTP的序列化和反序列化
    PL/SQL基础
    G. Game Design
    hdu 6703 array
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13316293.html
Copyright © 2020-2023  润新知