3.20 ALL_QUEUE_SUBSCRIBERS
ALL_QUEUE_SUBSCRIBERS
displays the list of subscribers that the current user has privilege to dequeue from.
Related Views
-
DBA_QUEUE_SUBSCRIBERS
displays the list of subscribers on all queues in the database. -
USER_QUEUE_SUBSCRIBERS
displays the list of subscribers on queues that are under the current user's schema. This view does not display theOWNER
column.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Owner of the queue |
|
|
|
Name of the queue |
|
|
|
Name of the queue table on which the queue is defined |
|
|
|
Name of the subscriber |
|
|
|
Address of the subscriber |
|
|
|
Protocol of the subscriber |
|
|
|
Transformation for the subscriber |
|
|
|
Rule condition for the subscriber |
|
|
|
Message delivery mode for the subscriber:
|
|
|
|
Indicates whether the subscriber is a non-durable subscriber ( |
|
|
|
Indicates whether the subscriber is a queue-to-queue subscriber ( |
|
|
|
ID of the subscriber |
|
|
|
Position of the subscriber in the bitmap |
See Also: