CAPTURE_NAME
|
VARCHAR2(30)
|
NOT NULL
|
Name of the capture process
|
QUEUE_NAME
|
VARCHAR2(30)
|
NOT NULL
|
Name of the queue used for staging captured changes
|
QUEUE_OWNER
|
VARCHAR2(30)
|
NOT NULL
|
Owner of the queue used for staging captured changes
|
RULE_SET_NAME
|
VARCHAR2(30)
|
|
Name of the rule set used by the capture process for filtering
|
RULE_SET_OWNER
|
VARCHAR2(30)
|
|
Owner of the rule set
|
START_SCN
|
NUMBER
|
|
System change number (SCN) from which the capture process will start to capture changes
|
STATUS
|
VARCHAR2(8)
|
|
Status of the capture process:
|
CAPTURED_SCN
|
NUMBER
|
|
System change number (SCN) of the last captured message
|
APPLIED_SCN
|
NUMBER
|
|
System change number (SCN) of the most recent message dequeued by the relevant apply processes. All changes below this SCN have been dequeued by all apply processes that apply changes captured by this capture process.
|