admin管理员组

文章数量:1654386

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
答案:AD
解析:
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.
BC,一个是发生行迁移,一个是增加pctfree都没有影响的
增大pctfree只是避免将来数据发生行迁移,但是对现有数据是不起作用的,下面的方法可以进行操作
  a.使用exp和expdp导出程序导出该表
  b.使用ddl的truncate语句截断该表
  c.使用imp或者impdp导入程序导入该表
如果是非分区表,也可以使用alter table 表名 move命令来消除该表中已经产生的数据行迁移

本文标签: situationsBlockidentifyDatachoose