| Oracle® Database Reference 11g Release 1 (11.1) Part Number B28320-01  | 
  | 
  | 
View PDF | 
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 |