Skip to Main Content
Oracle Distributed Systems
book

Oracle Distributed Systems

by Charles Dye
April 1999
Intermediate to advanced content levelIntermediate to advanced
552 pages
15h 39m
English
O'Reilly Media, Inc.
Content preview from Oracle Distributed Systems

disprate.sql

---------------------------------------------------------------------------
-- Filename:    disprate.sql
-- Purpose:     Queries v$dispatcher_rate.
-- Author:      Chas. Dye (cdye@excitecorp.com)
-- Date:        24-Nov-1998
---------------------------------------------------------------------------

col name format a8

col CUR_MSG_RATE  format 999999
col MAX_MSG_RATE  format 999999
col AVG_MSG_RATE  format 999999

SELECT name,
       CUR_MSG_RATE,
       MAX_MSG_RATE,
       AVG_MSG_RATE
FROM   v$dispatcher_rate
/

col CUR_SVR_BYTE_PER_BUF  format 999999 heading "CUR|SVR|BYTE|PER|BUF"
col CUR_CLT_BYTE_PER_BUF  format 999999 heading "CUR|CLT|BYTE|PER|BUF"
col MAX_SVR_BYTE_PER_BUF  format 999999 heading "MAX|SVR|BYTE|PER|BUF"
col MAX_CLT_BYTE_PER_BUF  format 999999 heading "MAX|CLT|BYTE|PER|BUF"
col AVG_SVR_BYTE_PER_BUF  format 999999 heading "AVG|SVR|BYTE|PER|BUF"
col AVG_CLT_BYTE_PER_BUF  format 999999 heading "AVG|CLT|BYTE|PER|BUF"

SELECT  name,
        CUR_SVR_BYTE_PER_BUF,
        CUR_CLT_BYTE_PER_BUF,
        MAX_SVR_BYTE_PER_BUF,
        MAX_CLT_BYTE_PER_BUF,
        AVG_SVR_BYTE_PER_BUF,
        MAX_CLT_BYTE_PER_BUF
FROM    v$dispatcher_rate
/
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Oracle Internals

Oracle Internals

Donald K. Burleson
Expert Oracle RAC 12c

Expert Oracle RAC 12c

Syed Jaffar Hussain, Tariq Farooq, Riyaj Shamsudeen, Kai Yu
Expert Oracle Exadata, Second Edition

Expert Oracle Exadata, Second Edition

Martin Bach, Karl Arao, Andy Colvin, Frits Hoogland, Randy Johnson, Kerry Osborne, Tanel Poder

Publisher Resources

ISBN: 1565924320Supplemental ContentCatalog PageErrata