Oracle® Database Reference 11g Release 2 (11.2) Part Number E25513-03 |
|
|
PDF · Mobi · ePub |
V$XSTREAM_OUTBOUND_SERVER
displays statistics about an outbound server. An outbound server sends LCRs to the XStream client application.
Note:
When theCOMMITTED_DATA_ONLY
column is YES
in the V$XSTREAM_OUTBOUND_SERVER
view, the V$STREAMS_APPLY_SERVER
view provides additional information about the outbound server process, and information about the apply server background processes used by the outbound server.Column | Datatype | Description |
---|---|---|
SID |
NUMBER |
Session ID of the outbound server's session |
SERIAL# |
NUMBER |
Serial number of the outbound server's session |
SPID |
VARCHAR2(12) |
Process identification number of the operating-system process that sends LCRs to the client application |
SERVER_NAME |
VARCHAR2(30) |
Name of the outbound server |
STARTUP_TIME |
DATE |
Time when the client application attached to the outbound server |
STATE |
VARCHAR2(37) |
State of the outbound server
When the
When the
When a state refers to a capture process, it is the capture process that captures changes for the outbound server. When a state refers to a propagation, it is the outbound server that sends LCRs to the XStream client application. |
XIDUSN |
NUMBER |
Transaction ID undo segment number of the transaction currently being processed
This column is populated only if the |
XIDSLT |
NUMBER |
Transaction ID slot number of the transaction currently being processed
This column is populated only if the |
XIDSQN |
NUMBER |
Transaction ID sequence number of the transaction currently being processed
This column is populated only if the |
COMMITSCN |
NUMBER |
Commit SCN of the transaction currently being processed
This column is populated only if the |
TOTAL_TRANSACTIONS_SENT |
NUMBER |
Total number of transactions sent by the outbound server to the XStream client application since the last time the client application attached to the outbound server
This column is populated only if the |
MESSAGE_SEQUENCE |
NUMBER |
Number of the current LCR being processed by the outbound server. This value is reset to 1 at the beginning of each transaction.
This column is populated only if the |
TOTAL_MESSAGES_SENT |
NUMBER |
Total number of LCRs sent by the outbound server to the XStream client application since the last time the client application attached to the outbound server |
SEND_TIME |
DATE |
Time the last LCR was sent by the outbound server to the XStream client application |
LAST_SENT_MESSAGE_NUMBER |
NUMBER |
Message number of the last LCR sent by the outbound server to the XStream client application |
LAST_SENT_MESSAGE_CREATE_TIME |
DATE |
Creation time at the source database of the last LCR sent by the outbound server to the client application |
ELAPSED_SEND_TIME |
NUMBER |
Time elapsed (in hundredths of a second) sending LCRs to the XStream client application since the last time the client application attached to the outbound server |
COMMIT_POSITION |
RAW(64) |
Commit position of the transaction currently being processed
This column is populated only if the |
LAST_SENT_POSITION |
RAW(64) |
Position of the last LCR sent to the XStream client application
This column is populated only if the |
BYTES_SENT |
NUMBER |
Total number of bytes sent by the outbound server to the XStream client application since the last time the client application attached to the outbound server |
COMMITTED_DATA_ONLY |
VARCHAR2(3) |
YES if the outbound server can send only LCRs in committed transactions to the XStream client application. A committed transaction is an assembled, noninterleaving transaction with no rollbacks.
|
Note:
TheV$XSTREAM_OUTBOUND_SERVER
view is available starting with Oracle Database 11g Release 2 (11.2.0.2).