Oracle8i Reference
Release 2 (8.1.6)

A76961-01

Library

Product

Contents

Index

Prev Up Next

Dynamic Performance (V$) Views, 117 of 179


V$QUEUE

This view contains information on the multi-thread message queues.

Column  Datatype  Description 

PADDR 

RAW(4) 

Address of the process that owns the queue 

TYPE  

VARCHAR2 

Type of queue: COMMON (processed by servers), DISPATCHER 

QUEUED 

NUMBER 

Number of items in the queue 

WAIT  

NUMBER 

Total time that all items in this queue have waited. Divide by TOTALQ for average wait per item 

TOTALQ  

NUMBER 

Total number of items that have ever been in the queue 


Prev Up Next
Oracle
Copyright © 1999 Oracle Corporation.

All Rights Reserved.

Library

Product

Contents

Index