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

V$PERSISTENT_PUBLISHERS

V$PERSISTENT_PUBLISHERS displays information about all active publishers of the persistent queues in the database. There is one row per instance per queue per publisher. The rows are deleted when the database (or instance in an Oracle RAC environment) restarts.

Column Datatype Description
QUEUE_ID NUMBER Identifier for the queue
QUEUE_SCHEMA VARCHAR2(30) Owner of the queue
QUEUE_NAME VARCHAR2(30) Name of the queue
PUBLISHER_NAME VARCHAR2(30) Name of the agent enqueuing the message
PUBLISHER_ADDRESS VARCHAR2(1024) Address of the publisher agent
PROTOCOL NUMBER Protocol used by the publisher's address
ENQUEUED_MSGS NUMBER Number of messages that have been enqueued
ELAPSED_ENQUEUE_TIME NUMBER Total time spent doing enqueue (in hundredths of a second)
ENQUEUE_CPU_TIME NUMBER Total CPU time for enqueue (in hundredths of a second)
LAST_ENQUEUE_TIME TIMESTAMP(6) Last enqueue message timestamp
ENQUEUE_TRANSACTIONS NUMBER Number of enqueue transactions