140. Identify two situations in which the block header grows in a data block. (Choose two.)
A.when row directories need more row entries
B.when there is row migration in the data block
C.when there is an increase in the PCTFREE value for the data block
D.when more transaction slots are required than are initially configured
Answer: AD
答案解析:
参考:http://blog.csdn.net/rlhua/article/details/12572003
block header
A part of a data block that includes information about the type of block, the address of the block, and sometimes transaction information.
data block
Smallest logical unit of data storage in Oracle Database. Other names for data blocks include Oracle blocks or pages. One data block corresponds to a specific number of bytes of physical space on disk.