6.22 DBA_HIST_PERSISTENT_QUEUES
DBA_HIST_PERSISTENT_QUEUES displays Oracle Database AQ persistent queues historical statistics information.
               
This view contains snapshots of V$PERSISTENT_QUEUES.
                  
| Column | Datatype | NULL | Description | 
|---|---|---|---|
| 
 | 
 | 
 | Unique snapshot ID | 
| 
 | 
 | 
 | Database ID for the snapshot | 
| 
 | 
 | 
 | Instance number for the snapshot | 
| 
 | 
 | 
 | Owner of the queue | 
| 
 | 
 | 
 | Name of the queue | 
| 
 | 
 | 
 | Identifier for the queue | 
| 
 | 
 | 
 | First queue activity time since database startup | 
| 
 | 
 | 
 | Number of messages enqueued | 
| 
 | 
 | 
 | Number of messages dequeued Note: This column will not be incremented until all the subscribers of the message have dequeued the message and its retention time has elapsed. | 
| 
 | 
 | 
 | Number of messages that have been browsed | 
| 
 | 
 | 
 | Total time (in hundredths of a second) spent doing enqueue | 
| 
 | 
 | 
 | Total time (in hundredths of a second) spent doing dequeue | 
| 
 | 
 | 
 | Total CPU time for enqueue (in hundredths of a second) | 
| 
 | 
 | 
 | Total CPU time for dequeue (in hundredths of a second) | 
| 
 | 
 | 
 | Average age of messages in the queue | 
| 
 | 
 | 
 | Last dequeued message latency (in seconds) | 
| 
 | 
 | 
 | Total time (in hundredths of a second) spent doing transformation | 
| 
 | 
 | 
 | Total time (in hundredths of a second) spent doing rule evaluation | 
| 
 | 
 | 
 | Number of messages enqueued with expiry | 
| 
 | 
 | 
 | Number of messages enqueued with delay | 
| 
 | 
 | 
 | Number of messages expired by time manager | 
| 
 | 
 | 
 | Number of messages made ready by time manager | 
| 
 | 
 | 
 | Last message enqueue time | 
| 
 | 
 | 
 | Last message dequeue time | 
| 
 | 
 | 
 | Last time message was expired by time manager | 
| 
 | 
 | 
 | Last time message was made ready by time manager | 
| 
 | 
 | 
 | Number of enqueue transactions | 
| 
 | 
 | 
 | Number of dequeue transactions | 
| 
 | 
 | 
 | Number of executions of the dequeue cursor | 
| 
 | 
 | 
 | The database ID of the PDB for the sampled session | 
| 
 | 
 | 
 | The ID of the container that  
 | 
See Also: