| Table Name | Description |
| ALL_APPLY_TABLE_COLUMNS | Details about the columns of destination table object visible to the user |
| Column ID | Column name | Data type | Length | Precision | NULL | Description |
| 1 | OBJECT_OWNER | VARCHAR2 | 30 | (null) | Y | Owner of the table |
| 2 | OBJECT_NAME | VARCHAR2 | 30 | (null) | Y | Name of the table |
| 3 | COLUMN_NAME | VARCHAR2 | 4000 | (null) | Y | Name of column |
| 4 | COMPARE_OLD_ON_DELETE | VARCHAR2 | 3 | (null) | Y | Compare old value of column on deletes |
| 5 | COMPARE_OLD_ON_UPDATE | VARCHAR2 | 3 | (null) | Y | Compare old value of column on updates |
| 6 | APPLY_DATABASE_LINK | VARCHAR2 | 128 | (null) | Y | For remote tables, name of database link pointing to remote database |