Learning Oracle


Table Directory in Row Header

Posted in Unanswered Questions by ealing on the January 15, 2008

Apparently part of the header of each data block is the table directory, which contains information about the table that this block forms part of.

Why would Oracle want to write something about tables into every data block? Why not allow this information to remain in the data dictionary or the segment header? Is it here for efficiency purposes?

Leave a Reply