zoukankan      html  css  js  c++  java
  • 【第38题】2019年OCP认证12C题库062考试最新考试原题

    38题、choose two

    Which two categories of segments are analyzed by the Automatic Segment Advisor?

    A) segments in tablespaces that have exceeded a critical or warning space threshold

    B) segments for tables created using ADVANCED ROW COMPRESSION

    C) segments that are sparsely populated and have more than 10% of free space below the high water mark

    D) segments that have the highest growth rate in a database

    E) segments that have unusable indexes

    Answer:AD

    (解析:ASA自动segment顾问不会分析每个数据库对象,而是检测数据库统计信息、采样segment中的数据,然后选择以下对象进行分析:

    1.超出警告值的表空间

    2.相对最活跃的segments

    3.增长最快的segments。

    这个题目有一些地方容易让人产生混淆,Segment Advisor会给出以下类型的建议:

    1.如果Segment Advisor检测到一个对象有大量的空闲空间,会建议进行在线segment收缩;

    如果segment不支持在线收缩,比如表所在的表空间没有使用ASSM,会建议进行在线重定义。

    2.如果Segment Advisor检查到表可以从高级行压缩中受益,会给出压缩建议

    3.如果Segment Advisor检测到表有行链接超过了一定的阈值,会给出表有大量行链接的建议,所以要注意区别,一个是分析的种类,一个是分析后的建议。来自3组:1015267481)

  • 相关阅读:
    Codeforces Round #436 (Div. 2)
    【bzoj1090】 [SCOI2003]字符串折叠
    【并查集】食物链(带权并查集)
    【图论】二分图
    【图论】关押罪犯
    关于图论的若干巴拉巴拉
    一系列的入门and一堆吐槽
    【分块】八
    9-30刷题记录
    bzoj5055
  • 原文地址:https://www.cnblogs.com/cnblogs5359/p/10911734.html
Copyright © 2011-2022 走看看