| Column ID | Column name | Data type | Length | Precision | NULL | Description |
|
| 1 | TABLE_OWNER | VARCHAR2 | 30 | (null) | N | Owner of the table prepared for instantiation |
| 2 | TABLE_NAME | VARCHAR2 | 30 | (null) | N | Name of the table prepared for instantiation |
| 3 | SCN | NUMBER | 22 | (null) | N | SCN from which changes can be captured |
| 4 | TIMESTAMP | DATE | 7 | (null) | Y | Time at which the table was ready to be instantiated |
| 5 | SUPPLEMENTAL_LOG_DATA_PK | VARCHAR2 | 8 | (null) | Y | Status of table-level PRIMARY KEY COLUMNS supplemental logging |
| 6 | SUPPLEMENTAL_LOG_DATA_UI | VARCHAR2 | 8 | (null) | Y | Status of table-level UNIQUE INDEX COLUMNS supplemental logging |
| 7 | SUPPLEMENTAL_LOG_DATA_FK | VARCHAR2 | 8 | (null) | Y | Status of table-level FOREIGN KEY COLUMNS supplemental logging |
| 8 | SUPPLEMENTAL_LOG_DATA_ALL | VARCHAR2 | 8 | (null) | Y | Status of table-level ALL COLUMNS supplemental logging |