oracle_各种数据块介绍

标签:
oracleit |
1.块
http://s9/mw690/8317516bx7ba434c31538&690
BBED> map
File: /u01/app/oracle/oradata/sunner/sun01.dbf
(5)
Block:
20
Dba:0x01400014
------------------------------------------------------------
KTB Data Block (Table/Cluster)
struct kcbh, 20
bytes
@0
--block header 信息
struct ktbbh, 72
bytes
@20
--事务信息
struct kdbh, 14
bytes
@100
--对应尾区部分
struct kdbt[1], 4
bytes
@114 --table
directory *kdbt[0]指针显示值
sb2
kdbr[3]
@118 --row
directory *kdbr[0]指针值显示状态flg
ub1
freespace[8037]
@124 --free
space
ub1
rowdata[27]
@8161 --row data
(采用倒序排列,第一行在最下面)
ub4
tailchk
http://s9/mw690/8317516bx7ba434c31538&690
BBED> map
------------------------------------------------------------