| Oracle® Database Reference 11g Release 2 (11.2) Part Number E25513-03  | 
  | 
  | 
PDF · Mobi · ePub | 
ALL_XSTREAM_INBOUND displays information about the XStream inbound servers accessible to the current user.
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:
  | 
|
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.
  | 
Footnote 1 This column is available starting with Oracle Database 11g Release 2 (11.2.0.2).
See Also:
"DBA_XSTREAM_INBOUND"