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.

  • 相关阅读:
    git使用记录
    【转】话说我打算一天学完object c语法,系列1--------来自书Objective-c程序设计
    【转】看源代码那些事
    中英文对照 —— 数学定律定理(公式及其描述)
    CUDA+OpenGL混合编程
    简明欧洲史
    简明欧洲史
    CUDA一维纹理内存
    CUDA中的常量内存__constant__
    CUDA线程协作之共享存储器“__shared__”&&“__syncthreads()”
  • 原文地址:https://www.cnblogs.com/Babylon/p/8623866.html
Copyright © 2011-2022 走看看