9.139 V$XSTREAM_CAPTURE
V$XSTREAM_CAPTURE
displays information about each capture process that sends LCRs to an XStream outbound server.
Column | Datatype | Description |
---|---|---|
|
|
Session identifier of the capture process |
|
|
Session serial number of the capture process session |
|
|
Capture process number. A capture process is an Oracle background process prefixed by |
|
|
Name of the capture process |
|
|
Session ID of the Oracle LogMiner session associated with the capture process |
|
|
Time when the capture process was last started |
|
|
State of the capture process:
|
|
|
Total number of prefiltered messages discarded |
|
|
Total number of prefiltered messages kept |
|
|
Total number of prefilter evaluations |
|
|
Total number of redo entries passed by LogMiner to the capture process for detailed rule evaluation since the capture process last started. A capture process converts a redo entry into a message and performs detailed rule evaluation on the message when capture process prefiltering cannot discard the change. |
|
|
Time when the most recent message was captured |
|
|
Number of the most recently captured message |
|
|
Creation time of the most recently captured message |
|
|
Count associated with |
|
|
Count associated with |
|
|
Total number of messages enqueued since the capture process was last started |
|
|
Time when the last message was enqueued |
|
|
Number of the last enqueued message |
|
|
Creation time of the last enqueued message |
|
|
For local capture, the last redo SCN flushed to the log files. For downstream capture, the last SCN added to LogMiner through the archived redo log files. |
|
|
For local capture, the time the SCN was written to the log file. For downstream capture, the time the most recent archived redo log file (containing the most recent SCN) was added to LogMiner. |
|
|
Elapsed time (in hundredths of a second) scanning for changes in the redo log since the capture process was last started |
|
|
Elapsed time (in hundredths of a second) evaluating rules since the capture process was last started |
|
|
Elapsed time (in hundredths of a second) enqueuing messages since the capture process was last started |
|
|
Elapsed time (in hundredths of a second) creating LCRs since the capture process was last started |
|
|
Elapsed time (in hundredths of a second) spent by the capture process in the |
|
|
Elapsed flow control pause time (in hundredths of a second) |
|
|
Time at which the state of the capture process changed |
|
|
The total amount of shared memory (in bytes) currently used by the capture process out of the amount allocated ( |
|
|
The total amount of shared memory (in bytes) allocated from the Streams pool for the capture process |
|
|
The total amount of redo data mined (in bytes) since the capture process last started |
|
|
The SCN from which the capture process started mining redo data when it was last started |
|
|
The ID of the container to which the data pertains. Possible values include:
|
Note:
The ELAPSED_CAPTURE_TIME
, ELAPSED_RULE_TIME
, ELAPSED_ENQUEUE_TIME
, ELAPSED_LCR_TIME
, and ELAPSED_REDO_WAIT_TIME
columns are only populated if the TIMED_STATISTICS
initialization parameter is set to true
, or if the STATISTICS_LEVEL
initialization parameter is set to TYPICAL
or ALL
.
See Also: