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

     

    369.Which of the following identifies and creates an index to minimize the DB time for a particular SQL

    statement?

    A. The SGA Tuning Advisor

    B. The SQL Access Advisor

    C. The SQL Tuning Advisor

    D. The Memory Advisor

    Answer: C

    答案解析:

    下列哪项识别和创建索引,以尽量减少DB时间为特定的SQL语句?


    SQL优化指导:分析各个 SQL 语句, 并建议 SQL 概要文件, 统计信息, 索引和重构的 SQL 以改善 SQL 性能。

    SQL访问指导:评估 SQL 的全部工作量, 并建议索引, 分区和实体化视图, 它们将改善 SQL 工作量的总体性能。


    The SQL Access Advisor allows the DBA to gather global recommendations for a workload. The SQL Tuning

    advisor is more granular, tuning a single statement.

    The main functions of the SQL Access advisor is to recommend missing indexes and materialized views, but

    a comprehensive task analysis will also create SQL Profiles that can be used within the SQL Tuning advisor.

    The DBA defines the SQL used in the SQL Access Advisor task, and can choose current SQL, a user-defined

    set of SQL, a historical workload, or a hypotheticalworkload.

    A hypothetical workload is very useful because the DBA need-only specify the tables that participate in the

    queries, and the SQL Access Advisor gathers the appropriate SQL statements to create theworkload.

    http://www.dba-oracle.com/oracle10g_tuning/t_sql_access_advisor.htm

    The SQL Tuning Advisor (STA) is primarily designed to replace the manual tuningof SQL statements and

    speed up the overall SQL tuning process. The SQL Tuning Advisor studies poorly executing SQL statements

    and evaluates resource consumption in terms of CPU, I/O, and temporary space.

    The SQL Tuning Advisor (STA) works with the Automatic Tuning Optimizer (ATO) to analyze historical SQL

    workload using data from the AWR, and it generates recommendations for new indexes and materialized views

    that will reduce the disk I/O associated with troublesome SQL statements.

    http://www.dba-oracle.com/oracle10g_tuning/t_sql_tuning_advisor.htm


  • 相关阅读:
    SysRq组合键是一组"魔术组合键"
    iptables FTP脚本
    (转)SSH的端口转发
    进制转换
    指定的参数已超出有效值的范围
    静态类
    接口
    快捷键,移到最上层
    gitbook
    nginx服务无法停止(Windows)
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13316596.html
Copyright © 2011-2022 走看看