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.

  • 相关阅读:
    filter函数和map函数
    生成器面试题
    装饰器激活生成器
    移动平均値
    send()方法的初识
    监听文件的输入
    迭代器抛出异常处理方法
    装饰器-wraps
    多个装饰器装饰一个函数
    WebView 安卓原生java与h5,js交互
  • 原文地址:https://www.cnblogs.com/Babylon/p/8623866.html
Copyright © 2011-2022 走看看