December 2011
Intermediate to advanced
269 pages
7h 26m
English
For index-organized tables, it is common, and even recommended, to create an overflow area for row data as part of the overall index-organized table structure. The typical index-organized table that includes an overflow area is structured as follows:
PCTTHRESHOLD and INCLUDING clause values specifiedROWID pointer to overflow segmentIn a normal B-tree index, the leaf node contains the index column key value, and then the ROWID for the row in the data segment. With index-organized tables, all the non-key column values are stored within ...
Read now
Unlock full access