zoukankan      html  css  js  c++  java
  • 053-61

    Which of the following advisors within the Oracle advisory framework will analyze a single SQL statement and make recommendations for performance improvement?
    A. SQL Repair Advisor
    B. SQL Optimizer
    C. SQL Access Advisor
    D. SQL Tuning Advisor

    SQL 优化指可以以下任一来源运行
    - Active SQL (活动 SQL):分析当前活顶级 SQL 语
    - SQL Tuning SetsSQL 优化集):分析用提供的一组 SQL 语句, You can create a SQL tuning task or a single SQL statement.
    - Historical SQL (AWR) (以往的 SQL (AWR)):分析 AWR 快照捕SQL 语

    关联题  053-44 
      The SQL Tuning Advisor takes one or more SQL statements and performs an analysis to determine what can be done to improve the performance of the SQLstatement(s). Recommendations include rewriting the SQL statement, adding indexes, or even changing initialization parameters or memory component sizes such as the SGAsize or buffer cache.
      The SQL Tuning Advisor is accessed via tools such as Top SQL, the Automatic SQL Tuning Advisor, or the Top Sessions interface from within EM. In contrast, the SQL Access Advisor takes a broader view of SQL tuning. It considers a larger subset of SQL statements, such as all SQL statements run within a specified time period or from a SQL Tuning Set (STS). The SQL Access advisor may recommend additional indexes as well as materialized views to improve performance.
      The SQL Repair Advisor analyzes a SQL statement that causes a critical error and records the results in theAutomatic Diagnostic Repository (ADR). It may recommend a patch to fix the problem, or may provide an alternate execution plan to avoid causing an error in the future.
      Other advisors within the advisory framework include memory advisors that monitor usage of the SGAand PGAand recommend optimal settings for these memory structures including the substructures within them, such as the library cache and the large pool.
      Answer option A is incorrect. The SQL Repair Advisor only makes recommendations for SQL statements that cause a critical error in the ADR.
      Answer option B is incorrect. There is no such advisor such as the SQL Optimizer, although the Oracle optimizer uses statistics to determine the best execution plan.
      Answer option C is incorrect. The SQL Access Advisor analyzes groups of SQL statements that run during the same time period, not one or two SQL statements in isolation as the SQL TuningAdvisor does.


  • 相关阅读:
    自由群(2)|完整版
    模1|同态
    交换代数笔记1|Atiyah,Chpt.1
    微分形式的几何第一章笔记
    矩阵群的一些简单习题1
    自由群1:基本概念
    代数的一些习题2|自由群与自由交换群
    蛤车1:两个习题,群作用与覆叠空间,N-S定理
    提升引理:唯一提升与同伦提升
    复变函数:复函数的空间与Montel定理
  • 原文地址:https://www.cnblogs.com/Babylon/p/7850631.html
Copyright © 2011-2022 走看看