The PCTUSED parameter sets the minimum percentage of a block that can be used for
row data plus overhead before new rows are added to the block. After a data block is
filled to the limit determined by PCTFREE, Oracle considers the block unavailable for the insertion of new rows until the percentage of that block falls beneath the parameter
PCTUSED. Until this value is achieved, Oracle uses the free space of the data block only
for updates to rows already contained in the data block.
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/10599713/viewspace-932291/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/10599713/viewspace-932291/
本文详细介绍了Oracle数据库中PCTUSED参数的作用与机制。当数据块的使用率达到PCTFREE设定的上限后,若未降至PCTUSED所设的阈值之下,该块将不再接受新行插入,仅用于已有行的更新。

191

被折叠的 条评论
为什么被折叠?



