【2019】OCP考试062题库新出现的考题-第38题
最新学讯:近期OCP认证正在报名中,因考试人员较多请尽快报名获取最近考试时间,报名费用请联系在线老师,甲骨文官方认证,报名从速!
我要咨询2018年的时候,OCP 11g考试题库大更新,052 053出现了很多新题,
2019年,11g即将停考的前期,Oracle又出现了一次大变动,12c出现了很多新题,比如062 063题库大更新
OCP解析公开课时间:【每周五晚8点】
OCP解析公开课地址:http://ke.qq.com/course/326223
OCP解析群资料分享:1015267481 验证:ocp
-------------------------------------------------------
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检测到表有行链接超过了一定的阈值,会给出表有大量行链接的建议
所以要注意区别,一个是分析的种类,一个是分析后的建议。)