| Table Name | Description |
| ALL_CAPTURE_PARAMETERS | Details about parameters for each capture process that stores the captured changes in a queue visible to the current user |
| Column ID | Column name | Data type | Length | Precision | NULL | Description |
| 1 | CAPTURE_NAME | VARCHAR2 | 30 | (null) | N | Name of the capture process |
| 2 | PARAMETER | VARCHAR2 | 128 | (null) | N | Name of the parameter |
| 3 | VALUE | VARCHAR2 | 4000 | (null) | Y | Either the default value or the value set by the user for the parameter |
| 4 | SET_BY_USER | VARCHAR2 | 3 | (null) | Y | YES if the value is set by the user, NO otherwise |