首页 > 其他 > 详细

052-166

时间:2017-12-14 18:34:25      阅读:217      评论:0      收藏:0      [点我收藏+]

View the Exhibit and examine the setting for a table.

技术分享图片

Which statement is true about the PCTFREE setting for the table?
A.It sets the minimum percentage of a data block to be reserved to contain chained rows from other
blocks.
B.It sets the minimum percentage of a data block to be reserved as free space before the server prevents inserts into the block.
C.It sets the minimum percentage of a data block to be reserved to contain the bitmap used to maintain the free block information.
D.It sets the minimum percentage of a block that can be used for row data plus overhead before new rows are added to the block.

PCTFREE 指的是为一个块保留的空间百分比,也就是什么情况下可以 insert,保留它的目的其实是为了给 update 保留空间,防止发生行迁移
A:错误,不是为了行链接
B:正确
C:错误,不是为了位图
D:错误

 

052-166

原文:http://www.cnblogs.com/Babylon/p/8039114.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!