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

    404.When creating a SQL tuning set, which of the following steps allows the DBA to reduce the size of the

    SQL set by selecting specific operators and values?

    A. Filter versions

    B. Filter loads

    C. Filter tasks

    D. Filter options

    Answer: D

    答案解析:

    参考:http://docs.oracle.com/cd/E11882_01/server.112/e10822/tdppt_sqltune.htm#TDPPT157


    Creating a SQL Tuning Set: Filter Options

    After the load method is selected, you can apply filters to reduce the scope of the SQL statements found in the SQL tuning set. While using filters is optional, it can be very beneficial due to the following:

    • Using filters directs the various advisors that use the SQL tuning set as a workload source, such as SQL Tuning Advisor, SQL Access Advisor, and SQL Performance Analyzer, to make recommendations based on a specific subset of SQL statements, which may lead to better recommendations.

    • Using filters removes extraneous SQL statements from the SQL tuning set, which may greatly reduce processing time when it is used as a workload source for the various advisors.

    Tip:

    Before you can specify the filter options for the SQL tuning set, do the following:

    To specify filter options for a SQL tuning set: 

    1. On the Create SQL Tuning Set: Filter Options page, specify the values of filter conditions that you want use in the search in the Value column, and an operator or a condition in the Operator column.

      Only the SQL statements that meet all of the specified filter conditions will be added to the SQL tuning set. Unspecified filter values will not be included as filter conditions in the search.

      By default, the following filter conditions are displayed:

      • Parsing Schema Name

      • SQL Text

      • SQL ID

      • Elapsed Time (sec)

    2. To add filter conditions, under Filter Conditions, select the filter condition you want to add and click Add a Filter or Column.

      After the desired filter conditions have been added, specify their values in the Value column, and an operator or a condition in the Operator column.

    3. To remove any unused filter conditions, click the icon in the Remove column for the corresponding filter condition you want to remove.

    4. Click Next.

      The Create SQL Tuning Set: Schedule page appears.

    5. Proceed to the next step, as described in "Creating a SQL Tuning Set: Schedule".


  • 相关阅读:
    查看本机上的端口使用情况netstat -an
    WCF中的由于目标计算机积极拒绝,无法连接
    联想G480安装CentOS电缆驱动器
    "伪中国移动client"--伪基站诈骗
    Median of Two Sorted Arrays--LeetCode
    poj3671Dining Cows(DP)
    更多RANK37
    《Java并发编程实战》第二章 线程安全 札记
    Windows下一个SlikSVN使用
    (一个)AngularJS获取贴纸Hello World
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13315945.html
Copyright © 2011-2022 走看看