zoukankan      html  css  js  c++  java
  • 053第42题

    42.You plan to use SQL Performance Analyzer to analyze the SQL workload. You created a SQL Tuning
    Set as a part of the workload capturing. What information is captured as part of this process?

    (Choose all
    that apply.)
    A. the SQL text
    B. the execution plan
    C. the execution context
    D. the execution frequency
    E. the system change number (SCN)
    Answer: ACD




    Before running SQL Performance Analyzer, capture a set of SQL statements on the production system that represents the SQL workload which you intend to analyze.

    The captured SQL statements should include the following information:

    • SQL text

    • Execution environment

      • SQL binds, which are bind values needed to execute a SQL statement and generate accurate execution statistics

      • Parsing schema under which a SQL statement can be compiled

      • Compilation environment, including initialization parameters under which a SQL statement is executed

    • Number of times a SQL statement was executed


  • 相关阅读:
    git提交代码
    python把&#DDDDDD转换为中文
    mac下载安装airtest
    mac安装指定版本的python
    python操作habse
    pyspark操作数据库
    Scrapy_redis爬虫项目
    python实现对列表元素是字典的排序
    postman使用
    图书推荐
  • 原文地址:https://www.cnblogs.com/brucemengbm/p/6993715.html
Copyright © 2011-2022 走看看