DBA_STREAMS_SPLIT_MERGE
displays information about current automatic split and merge operations.
Column | Datatype | NULL | Description |
---|---|---|---|
ORIGINAL_CAPTURE_NAME |
VARCHAR2(30) |
NOT NULL |
Name of the original capture process |
CLONED_CAPTURE_NAME |
VARCHAR2(30) |
Name of the cloned capture process | |
ORIGINAL_CAPTURE_STATUS |
VARCHAR2(8) |
Status of the original capture process:
|
|
CLONED_CAPTURE_STATUS |
VARCHAR2(8) |
Status of the cloned capture process:
|
|
ORIGINAL_STREAMS_NAME |
VARCHAR2(30) |
Name of the original Oracle Streams component that receives database changes directly from the original capture process. The component is either a propagation or a local apply process. | |
CLONED_STREAMS_NAME |
VARCHAR2(30) |
Name of the cloned Oracle Streams component that receives database changes directly from the cloned capture process. The component is either a propagation or a local apply process. | |
STREAMS_TYPE |
VARCHAR2(11) |
Type of the component in ORIGINAL_STREAMS_NAME and CLONED_STREAMS_NAME :
|
|
RECOVERABLE_SCRIPT_ID |
RAW(16) |
Unique ID of the operation | |
SCRIPT_STATUS |
VARCHAR2(12) |
State of the recoverable script:
|
|
ACTION_TYPE |
VARCHAR2(7) |
Type of action performed by the script:
|
|
ACTION_THRESHOLD |
VARCHAR2(40) |
For SPLIT actions, the threshold set by the split_threshold capture process parameter. For MERGE actions, the threshold set by the merge_threshold capture process parameter. |
|
STATUS |
VARCHAR2(16) |
Status of the action:
|
|
STATUS_UPDATE_TIME |
TIMESTAMP(6) |
Time when status was last updated | |
CREATION_TIME |
TIMESTAMP(6) |
Time when the action started | |
LAG |
NUMBER |
Time (in seconds) that the cloned capture process lags behind the original capture process | |
JOB_OWNER |
VARCHAR2(30) |
Owner of the job that performs the split or merge operation | |
JOB_NAME |
VARCHAR2(30) |
Name of the job that performs the split or merge operation | |
JOB_STATE |
VARCHAR2(15) |
Current state of the job:
|
|
JOB_NEXT_RUN_DATE |
VARCHAR2(64) |
Next time the job will run | |
ERROR_NUMBER |
NUMBER |
Error number if the capture process was aborted | |
ERROR_MESSAGE |
VARCHAR2(4000) |
Error message if the capture process was aborted |