zoukankan      html  css  js  c++  java
  • OCP-1Z0-053-V12.02-80题

    80.Which two statements regarding a SQL profile are true? (Choose two.)

    A. It is built by Automatic Tuning Optimizer.

    B. It cannot be stored persistently in the data dictionary.

    C. It can be used by the query optimizer automatically.

    D. It can be created manually by using the CREATE PROFILE command.

    Answer: AC
    答案解析:

    SQL Profile Creation

    When you accept a profile, the database creates the profile and stores it persistently in the data dictionary. If a user issues a statement for which a profile has been built, then the query optimizer (in normal mode) uses both the environment and the SQL profile to build a well-tuned plan.

    As a rule of thumb, accept a SQL profile recommended by SQL Tuning Advisor. If both an index and a SQL profile are recommended, then either use both or use the SQL profile only. If you create an index, then the optimizer may need the profile to pick the new index.

    In some situations, SQL Tuning Advisor may find an improved serial plan in addition to an even better parallel plan. In this case, the advisor recommends both a standard and a parallel SQL profile, enabling you to choose between the best serial and best parallel plan for the statement. Accept a parallel plan only if the increase in response time is worth the decrease in throughput


  • 相关阅读:
    将文件移出版本控制 (Revision Control)
    luogu 1966 火柴排队
    bzoj 1069 最大土地面积
    bzoj 1060 时态同步
    luogu 1901 发射站
    bzoj 1007 水平可见直线
    bzoj 2654 tree
    luogu 2024 食物链
    10.21 模拟赛
    tyvj 1013 找啊找啊找GF
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13316522.html
Copyright © 2011-2022 走看看