• 【第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)

  • 相关阅读:
    merge into update
    buffer overflow
    在表中循环插入日期
    判断表是否存在 存储
    listagg( ) within group ( order by ) 与 wm_concat
    Oracle导入SQL脚本执行 scott 用户下的表删除了
    数据导入时注意点,修改登录密码不区分大小写
    分页
    创建触发器在表中播入数据时ID自动增长
    insert 另外一种用法
  • 原文地址:https://www.cnblogs.com/cnblogs5359/p/10911734.html
Copyright © 2020-2023  润新知