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, 161 of 179


V$SYSSTAT

This view lists system statistics. To find the name of the statistic associated with each statistic number (STATISTIC#), query the V$STATNAME view.

See Also:

"V$STATNAME" and Appendix C, "Statistics Descriptions"

Column  Datatype  Description 

STATISTIC# 

NUMBER 

Statistic number 

 

 

Note: Statistics numbers are not guaranteed to remain constant from one release to another. Therefore, you should rely on the statistics name rather than its number in your applications. 

NAME 

VARCHAR2(64) 

Statistic name 

CLASS 

NUMBER 

A number representing one or more statistics class. The following class numbers are additive:

  • 1, User

  • 2, Redo

  • 4, Enqueue

  • 8, Cache

  • 16, OS

  • 32, Parallel Server

  • 64, SQL

  • 128, Debug

 

VALUE 

NUMBER 

Statistic value 


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