V$BUFFER_POOL_STATISTICS
This displays statistics about buffer pools in the database instance.
Fields
The most relevant view fields are as follows:
ID
: The buffer pool identifierNAME
: The name of the buffer poolFREE_BUFFER_WAIT
: The free buffer wait statisticWRITE_COMPLETE_WAIT
: The write complete wait statisticBUFFER_BUSY_WAIT
: The buffer busy wait statisticDB_BLOCK_GETS
: The number of database blocks gotten statisticCONSISTENT_GETS
: The number of consistent gets statisticPHYSICAL_READS
: The number of physical reads statisticPHYSICAL_WRITES
: The number of physical writes statistic
See also
The
V$DB_CACHE_ADVICE
section to get advice in sizing the buffer pools