Oracle® Database Reference 11g Release 2 (11.2) Part Number E25513-03 |
|
|
PDF · Mobi · ePub |
V$CONTROLFILE_RECORD_SECTION
displays information about the control file record sections.
Column | Datatype | Description |
---|---|---|
TYPE |
VARCHAR2(28) |
Identifies the type of record section:
|
RECORD_SIZE |
NUMBER |
Record size in bytes |
RECORDS_TOTAL |
NUMBER |
Number of records allocated for the section |
RECORDS_USED |
NUMBER |
Number of records used in the section |
FIRST_INDEX |
NUMBER |
Index (position) of the first record |
LAST_INDEX |
NUMBER |
Index of the last record |
LAST_RECID |
NUMBER |
Record ID of the last record |