| 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 |