July 2017
Intermediate to advanced
896 pages
23h 12m
English
Michael R. Ault
The buffer cache is the area in memory where data is stored from data tables, indexes, rollback segments, clusters, and sequences. No data can get to users from a disk unless it goes through the Oracle db block buffers (except for special types of sorts). By ensuring that enough buffers are available for transient storage of these data items, execution can be expedited by reducing required disk reads.
Oracle7 and early Oracle8 releases had only the “normal” buffer area to worry with. Now, Oracle8i has added the capability to subdivide this buffer area into KEEP and RECYCLE buffer areas. Later we examine how these areas interact and how they should be tuned and sized.
Read now
Unlock full access