使用BBED理解和修改Oracle数据块(3)

BBED> print kdbh
struct kdbh, 14 bytes                      @100   
  ub1 kdbhflag                            @100      0x00 (NONE) ==>标记(N=ptcfree hit(clusters),F=do not put on free list,K=flushable cluster keys)
  sb1 kdbhntab                            @101      1  ==>表个数
  sb2 kdbhnrow                            @102      2  ==>块包含的行数
  sb2 kdbhfrre                            @104    -1    ==>是否在空闲列表 -1不在空闲列表
  sb2 kdbhfsbo                            @106      22  ==>空闲空间的开始补偿
  sb2 kdbhfseo                            @108      8066  ==>空闲空间的结束补偿
  sb2 kdbhavsp                            @110      8044  ==>块的平均空间
  sb2 kdbhtosp                            @112      8044  ==>块可以使用的总空间

校验码:

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/5b6a0dc8105a4ddf2eca22fd02a14cb8.html