码迷,mamicode.com
首页 > 其他好文 > 详细

052-166

时间:2017-12-14 19:27:21      阅读:105      评论:0      收藏:0      [点我收藏+]

标签:tag   other   ble   ima   form   分享   main   留空   map   

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

标签:tag   other   ble   ima   form   分享   main   留空   map   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!