Skip to Content
Oracle Database 11gR2 Performance Tuning Cookbook
book

Oracle Database 11gR2 Performance Tuning Cookbook

by Ciro Fiorillo
January 2012
Intermediate to advanced
542 pages
11h 28m
English
Packt Publishing
Content preview from Oracle Database 11gR2 Performance Tuning Cookbook

V$DB_CACHE_ADVICE

This view contains predictions on the number of physical reads obtained when varying the cache size.

Fields

The most relevant view fields are as follows:

  • ID: The buffer pool identifier
  • NAME: The buffer pool name
  • BLOCK_SIZE: The size of the database block for this pool
  • SIZE_FOR_ESTIMATE: The cache size for prediction in megabytes
  • BUFFERS_FOR_ESTIMATE: The cache size for prediction in number of buffers
  • ESTD_PHYSICAL_READS: The estimated number of physical reads for the cache size evaluated
  • ESTD_PHYSICAL_READ_FACTOR: The estimated physical read factor for the cache size evaluated, a ratio to the number of reads in the cache

See also

  • The V$BUFFER_POOL_STATISTICS and V$DB_OBJECT_CACHE sections in this appendix
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 Database 11g Performance Tuning Recipes: A Problem-Solution Approach

Oracle Database 11g Performance Tuning Recipes: A Problem-Solution Approach

Sam R. Alapati, Darl Kuhn, Bill Padfield

Publisher Resources

ISBN: 9781849682602Other