Skip Headers
Oracle® Database Reference
11g Release 2 (11.2)

Part Number E25513-03
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

ALL_XSTREAM_INBOUND

ALL_XSTREAM_INBOUND displays information about the XStream inbound servers accessible to the current user.

Related View

DBA_XSTREAM_INBOUND displays information about all XStream inbound servers in the database.

Column Datatype NULL Description
SERVER_NAME VARCHAR2(30) NOT NULL Name of the inbound server
QUEUE_OWNER VARCHAR2(30) NOT NULL Owner of the queue associated with the inbound server
QUEUE_NAME VARCHAR2(30) NOT NULL Name of the queue associated with the inbound server
APPLY_USER VARCHAR2(30)   Name of the user who can connect to the inbound server and apply messages
USER_COMMENT VARCHAR2(4000)   User comment
CREATE_DATE TIMESTAMP(6)   Date when the inbound server was created
STATUSFoot 1  VARCHAR2(8)   Status of the inbound server:
  • DISABLED - The inbound server is not running.

  • DETACHED - The inbound server is running, but the XStream client application is not attached to it.

  • ATTACHED - The inbound server is running, and the XStream client application is attached to it.

  • ABORTED - The inbound server became disabled because it encountered an error.

COMMITTED_DATA_ONLYFootref 1 VARCHAR2(3)   YES if the inbound server can receive only LCRs in committed transactions from the XStream client application. A committed transaction is an assembled, noninterleaving transaction with no rollbacks.

NO if the inbound server can receive LCRs in transactions that have not yet committed. This mode is for internal Oracle use only.


Footnote 1 This column is available starting with Oracle Database 11g Release 2 (11.2.0.2).