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

原文地址:https://www.cnblogs.com/cnblogs5359/p/10911734.html