Oracle9i Database Reference
Release 1 (9.0.1)

Part Number A90190-02
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback

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

Dynamic Performance (V$) Views, 23 of 211


V$BUFFER_POOL_STATISTICS

V$BUFFER_POOL_STATISTICS displays information about all buffer pools available for the instance. The "sets" pertain to the number of LRU latch sets.

See Also:

"DB_CACHE_SIZE" 

Column  Datatype  Description 

ID 

NUMBER 

Buffer pool ID number  

NAME 

VARCHAR2(20) 

Buffer pool name  

SET_MSIZE 

NUMBER 

Buffer pool maximum set size 

CNUM_REPL 

NUMBER 

Number of buffers on replacement list 

CNUM_WRITE 

NUMBER 

Number of buffers on write list 

CNUM_SET 

NUMBER 

Number of buffers in set 

BUF_GOT 

NUMBER 

Number of buffers gotten by the set 

SUM_WRITE 

NUMBER 

Number of buffers written by the set 

SUM_SCAN 

NUMBER 

Number of buffers scanned in the set 

FREE_BUFFER_WAIT 

NUMBER 

Free buffer wait statistic 

WRITE_COMPLETE_WAIT 

NUMBER 

Write complete wait statistic 

BUFFER_BUSY_WAIT 

NUMBER 

Buffer busy wait statistic 

FREE_BUFFER_INSPECTED 

NUMBER 

Free buffer inspected statistic 

DIRTY_BUFFERS_INSPECTED 

NUMBER 

Dirty buffers inspected statistic 

DB_BLOCK_CHANGE 

NUMBER 

Database blocks changed statistic 

DB_BLOCK_GETS 

NUMBER 

Database blocks gotten statistic 

CONSISTENT_GETS 

NUMBER 

Consistent gets statistic 

PHYSICAL_READS 

NUMBER 

Physical reads statistic 

PHYSICAL_WRITES 

NUMBER 

Physical writes statistic 


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

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback