You were brought to this page based on an internet search
and as a free service to Oracle DBAs.
The text below is an except from the book,
Oracle Performance Firefighting, written by
Craig Shallahamer of
OraPub, Inc.
Figures and tables are not included on this page, only their reference.
To order the book in either print or PDF form, click
here.
©2009, 2010 by Craig Shallahamer. This is copyrighted material.
PleaseOut of respect for those involved in the creation of the book and also for
their familes, we ask you to respect the copyright both in intent and deed. Thank you.
-------------------------------
While Oracle has a number of caches, the three I will cover in this book are the buffer cache, the shared pool, and the redo log buffer. These three caches are where most of your performance firefighting situations will arise. Surely, other problem areas exist, but when problems quickly and unexpectedly arise, from an Oracle-centric perspective, they usually are related to one of these caches.
Oracle has a big problem: When its customers purchase more memory, they expect performance to improve. Yet bigger caches require more CPU cycles to manage, and Oracle's algorithms, which were developed with the expectation of more IO and less memory, become stressed in ways they were not originally intended to handle. The result can be bizarre and deep contention related to memory structure.
Oracle TimesTen In-Memory Database delivers real-time performance by changing the assumptions around where data resides at runtime. By managing data in memory, and optimizing data structures and access algorithms accordingly, database operations execute with maximum efficiency, achieving dramatic gains in responsiveness and throughput, even compared to a fully cached disk-based RDBMS.1
©2009, 2010 by Craig Shallahamer. This is copyrighted material.
PleaseOut of respect for those involved in the creation of the book and also for
their familes, we ask you to respect the copyright both in intent and deed. Thank you.
|