Oracle8i Reference
Release 2 (8.1.6)

Part Number A76961-01

Library

Product

Contents

Index

Go to previous page Go to beginning of chapter Go to next page

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 


Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2000, Oracle Corporation.

All Rights Reserved.

Library

Product

Contents

Index