[Home] [Help]
[Dependency Information]
| Object Name: | DBA_QUEUE_SUBSCRIBERS |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
queue subscribers in the database
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| OWNER | VARCHAR2 | (128) | Yes | owner of the queue |
| QUEUE_NAME | VARCHAR2 | (128) | Yes | name of the queue |
| QUEUE_TABLE | VARCHAR2 | (128) | Yes | name of the queue table |
| CONSUMER_NAME | VARCHAR2 | (30) | name of the subscriber | |
| ADDRESS | VARCHAR2 | (1024) | address of the subscriber | |
| PROTOCOL | NUMBER | protocol of the subscriber | ||
| TRANSFORMATION | VARCHAR2 | (61) | transformation for the subscriber | |
| RULE | CLOB | (4000) | rule condition for the subscriber | |
| DELIVERY_MODE | VARCHAR2 | (22) | message delivery mode for the subscriber | |
| IF_NONDURABLE_SUBSCRIBER | VARCHAR2 | (3) | ||
| QUEUE_TO_QUEUE | VARCHAR2 | (5) | whether the subscriber is a queue to queue subscriber | |
| SUBSCRIBER_ID | NUMBER | id of subscriber | ||
| POS_BITMAP | NUMBER | position of subscriber in the bitmap |
Cut, paste (and edit) the following text to query this object:
SELECT OWNER
, QUEUE_NAME
, QUEUE_TABLE
, CONSUMER_NAME
, ADDRESS
, PROTOCOL
, TRANSFORMATION
, RULE
, DELIVERY_MODE
, IF_NONDURABLE_SUBSCRIBER
, QUEUE_TO_QUEUE
, SUBSCRIBER_ID
, POS_BITMAP
FROM SYS.DBA_QUEUE_SUBSCRIBERS;
SYS
AQ$_GET_SUBSCRIBERS
AQ$_SUBSCRIBER_T
DBA_RULES
SYSTEM
AQ$_QUEUES
AQ$_QUEUE_TABLES
PUBLIC
DBA_QUEUE_SUBSCRIBERS
|
|
|
|