| Column ID | Column name | Data type | Length | Precision | NULL | Description |
|
| 1 | CHANGE_TABLE_SCHEMA | VARCHAR2 | 30 | (null) | N | Owner of the change table |
| 2 | CHANGE_TABLE_NAME | VARCHAR2 | 30 | (null) | N | Name of the change table |
| 3 | CHANGE_SET_NAME | VARCHAR2 | 30 | (null) | N | Change set to which change table belongs |
| 4 | SOURCE_SCHEMA_NAME | VARCHAR2 | 30 | (null) | N | Owner of the source table for the change table |
| 5 | SOURCE_TABLE_NAME | VARCHAR2 | 30 | (null) | N | Name of the source table for the change table |
| 6 | CREATED | DATE | 7 | (null) | N | Creation date of the change table |
| 7 | CREATED_SCN | NUMBER | 22 | (null) | Y | Creation SCN of the change table |
| 8 | CAPTURED_VALUES | VARCHAR2 | 1 | (null) | N | Indicates whether OLD, NEW or BOTH update values are captured |
| 9 | PUB_ID | NUMBER | 22 | (null) | N | Publication ID displayed to subscribers for the change table |