zoukankan      html  css  js  c++  java
  • 052-44

    Your database is functional with a peak load for the last one hour. You want to preserve the performance statistics collected during this period to be used for comparison when you analyze the performance of the database in the future.
    What action would you take to achieve this task?
    A.Insert finding directives for ADDM tasks in the future.
    B.Create a baseline on a pair of snapshots spanning the peak-load period.
    C.Decrease the snapshot interval in the AWR to collect more snapshots during the peak-load period.
    D. Set the snapshot retention period in the Automatic Workload Repository (AWR) to zero to avoid automatic purging of snapshots.

      • 自动工作量资料档案库(AWR):是用于数据搜集、分析和提供解决方案建议的基础结构,包括数据库统计信息和度量、应用程序统计信息(事务处理量和响应时间)、操作系统统计信息及其它度量。自动工作量资料档案库(AWR) 通过为内部Oracle 服务器组件提供服务来收集、处理、维护和使用性能统计信息,以便进行问题检测和自优化。
      • AWR 基线:是在一段时间内收集的一组 AWR 快照。基线用于性能比较,这既可以是当前性能与基线的比较,也可以是一个基线与另一基线的比较。
      从题中可知,可在峰值负载期间建立一对快照来对比性能。


  • 相关阅读:
    几何变换
    图片移动、旋转、resize、
    load、display、save
    java基础—java三大集合ArrayList、HashSet、HashMap
    java基础—修饰符、抽象类、接口
    java基础——转义字符
    java基础—String类型常用api
    Python中 sys.argv[]的用法
    Java—this关键字
    在CMD中运行Python文件
  • 原文地址:https://www.cnblogs.com/Babylon/p/7998021.html
Copyright © 2011-2022 走看看