| Column ID | Column name | Data type | Length | Precision | NULL | Description |
|
| 1 | APPLY_NAME | VARCHAR2 | 30 | (null) | N | Name of the apply process |
| 2 | SOURCE_DATABASE | VARCHAR2 | 128 | (null) | N | Applying messages originating from this database |
| 3 | APPLIED_MESSAGE_NUMBER | NUMBER | 22 | (null) | N | All messages before this number have been successfully applied |
| 4 | OLDEST_MESSAGE_NUMBER | NUMBER | 22 | (null) | N | Earliest commit number of the transactions currently being applied |
| 5 | APPLY_TIME | DATE | 7 | (null) | Y | Time at which the message was applied |
| 6 | APPLIED_MESSAGE_CREATE_TIME | DATE | 7 | (null) | Y | Time at which the message to be applied was created |
| 7 | OLDEST_TRANSACTION_ID | VARCHAR2 | 22 | (null) | Y | Earliest transaction id currently being applied |
| 8 | SPILL_MESSAGE_NUMBER | NUMBER | 22 | (null) | Y | Spill low water mark SCN |