zoukankan      html  css  js  c++  java
  • 052-243(新增70题2018)

    Initially, for the Automatic Workload Repository (AWR) statistics, the retention period is set to 7 days, the collection interval is set to 30 minutes and the collection level is set to Typical in your production database.

    You have been using the Memory Advisor for the last three months to generate recommendations for tuning memory components.

    However, when you observe the Memory Advisor on a Friday, you find that the statistics are available only for two days, Thursday and Friday, of that week.

    What would have caused the statistics to be removed?

    A. On Wednesday, the statistics have been purged.

    B. On Wednesday, the retention period has been set to zero.

    C. On Wednesday, the collection interval has been set to zero.

    D. On Wednesday, the collection level has been changed to All.

    E. On Wednesday, the retention period has been set to one day.

    F. On Wednesday, the retention period has been set to two days.

    G. On Wednesday, the collection level has been changed to Typical.

    H. On Wednesday, the collection interval has been set to 1440 minutes.

    Answer: F

    只剩下2天的说明保留时间变成2天了。

    Note:

    Timed statistics are automatically collected for the database if the initialization parameter STATISTICS_LEVEL is set to TYPICAL or ALL. If STATISTICS_LEVEL is set to BASIC, then you must set TIMED_STATISTICS to TRUE to enable collection of timed statistics. Note that setting STATISTICS_LEVEL to BASIC disables many automatic features and is not recommended.

    If you explicitly set DB_CACHE_ADVICETIMED_STATISTICS, or TIMED_OS_STATISTICS, either in the initialization parameter file or by using ALTER_SYSTEM or ALTER SESSION, the explicitly set value overrides the value derived from STATISTICS_LEVEL.

  • 相关阅读:
    为什么学微信小程序开发
    mac 上配置sublime text3插件
    获取元素的宽度和高度
    移动端页面SEO优化需要注意的10个要点
    gulp详细入门教程
    HTTP协议详解
    深入了解 Flexbox 伸缩盒模型
    移动前端之viewport
    如何设置“用eclipse开发时自动在顶端产生import”?
    认识 java JVM虚拟机选项 Xms Xmx PermSize MaxPermSize 区别
  • 原文地址:https://www.cnblogs.com/Babylon/p/8623866.html
Copyright © 2011-2022 走看看