Oracle® Database Reference 11g Release 2 (11.2) Part Number E25513-03 |
|
|
PDF · Mobi · ePub |
V$TYPE_SIZE
displays the sizes of various database components for use in estimating data block capacity.
Column | Datatype | Description |
---|---|---|
COMPONENT |
VARCHAR2(8) |
Component name, such as segment or buffer header |
TYPE |
VARCHAR2(8) |
Component type |
DESCRIPTION |
VARCHAR2(32) |
Description of the component |
TYPE_SIZE |
NUMBER |
Size of the component |