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

    624.You work with a newly created database. Presently, there is no application load on the database

    instance. You want to create a baseline for tuning the application, so you decide to collect

    recommendations that can be implemented to improve application performance.

    What action must you take to achieve this?

    A. Run Segment Advisor

    B. Run the SQL Tuning Advisor (STA)

    C. Run the Automatic Workload Repository (AWR) report

    D. Run the SQL Access Advisor with a hypothetical workload

    Answer: D

    答案解析:

    参考:http://docs.oracle.com/cd/E11882_01/server.112/e41573/advisor.htm#PFGRF94877


    段指导:将估算未来的空间需求, 以便确定对象是否具有可释放的未用空间。估计的未来空间是根据历史趋势计算出来的。


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

    SQL 访问指导将输入实际工作量,或者根据方案导出一个假想工作量。

    假想工作量,根据维模型生成一个可能工作量。在初次设计系统时,这个选项比较有用

    对于指定的工作量,SQL 访问指导随后会执行以下操作:

    • 同时考虑索引解决方案、实体化视图解决方案、分区解决方案或者全部三个解决方案的组合

    • 考虑存储的创建和维护成本

    • 不为部分工作量生成删除建议案

    • 优化实体化视图以最大化查询重写使用率和快速刷新

    • 建议用于快速刷新的实体化视图日志

    • 建议对表、索引和实体化视图进行分区

    • 将类似的索引组合为单个索引

    • 生成支持多个工作量查询的建议案


    This section describes the four steps in generating a set of recommendations:
     
    Create a task
    Define the workload
    Generate the recommendations
    View and implement the recommendations


    You can create a hypothetical workload from a schema by analyzing dimensions and constraints. For best results, provide a workload as a SQL tuning set. The DBMS_SQLTUNE package provides several helper functions that can create SQL tuning sets from common workload sources, such as the SQL cache, a user-defined workload stored in a table, and a hypothetical workload.



     

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

    AWR报告:自动工作量资料档案库可存储用于性能优化的数据库统计信息。



  • 相关阅读:
    经典回溯问题--八皇后dfs递归回溯求解【DFS】
    CSP认证考试(第九次)第一题
    C++字符串和数字格式转化(使用sprintf()和sscanf()函数)
    2016蓝桥杯C++A组第六题 寒假作业【暴力搜索】
    先序非递归建立二叉树
    sqlsrv数据库复杂语句1
    tp5域名配置
    JavaScript使用 value 属性
    数据库随机查询6条数据
    文件目录问题
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13316259.html
Copyright © 2011-2022 走看看