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 identifier
  • NAME: The name of the buffer pool
  • FREE_BUFFER_WAIT: The free buffer wait statistic
  • WRITE_COMPLETE_WAIT: The write complete wait statistic
  • BUFFER_BUSY_WAIT: The buffer busy wait statistic
  • DB_BLOCK_GETS: The number of database blocks gotten statistic
  • CONSISTENT_GETS: The number of consistent gets statistic
  • PHYSICAL_READS: The number of physical reads statistic
  • PHYSICAL_WRITES: The number of physical writes statistic

See also

  • The V$DB_CACHE_ADVICE section to get advice in sizing the buffer pools

Get Oracle Database 11gR2 Performance Tuning Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.