Oracle Core: Essential Internals for DBAs and Developers by Jonathan Lewis provides just the essential information about Oracle Database internals that every database administrator needs for troubleshooting?no more, no less.
Oracle Database seems complex on the surface. However, its extensive feature set is really built upon upon a core infrastructure resulting from sound architectural decisions made very early on that have stood the test of time. This core infrastructure manages transactions and the ability to commit and roll back changes, protects the integrity of the database, enables backup and recovery, and allows for scalability to thousands of users all accessing the same data.
Most performance, backup, and recovery problems that database administrators face on a daily basis can easily be identified through understanding the essential core of Oracle Database architecture that Lewis describes in this book. Provides proven content from a world-renowned performance and troubleshooting expert Emphasizes the significance of internals knowledge to rapid identification of database performance problems Covers the core essentials and does not waste your time with esoterica What you?ll learn Oracle's core architectural foundations How much overhead is reasonable How to recognize when you're doing too much work How to predict bottlenecks and why they will happen How to minimise contention and locking Why concurrency can slow things down significantly Who this book is for
Oracle Core: Essential Internals for DBAs and Developers is aimed at database administrators ready to move beyond the beginning stage of doing work by rote towards the mastery stage, in which knowledge of what needs to be done comes not from a set of recipe-style instructions, but rather from the intimate knowledge and understanding of the system to be managed. Experienced database administrators will also find the book useful in solidifying their knowledge and filling in any missing pieces of the Oracle Database puzzle. Table of Contents Getting Started... Redo and Undo Transactions and Consistency Locks and Latches Caches and Copies Writing and Recovery Parsing and Optimizing RAC and Ruin
Every Oracle expert knows Jonathan Lewis and all his work about internals. His books, like "Practical Oracle 8i" and "Cost-Based Oracle Fundamentals", and the so many documents that you can find in the web, are really a must for everyone who wants to learn how Oracle works under the covers. Oracle Core is simply perfect. It explains very well how transactions work and how locks and latches are acquired and managed. You can learn the internal structure of the Database Buffer Cache, the Library Cache and how are implemented the LRU algorithms. Undo and Redo mechanisms are really well cleared and they constitute my favourite Chapter in the book.
I think that the User level declared for the book (Beginning-Intermediate) is not really correct. I don't want to say that a Beginner cannot read it, but I think that a Beginner may lose some important details that make this book simply unique. I suggest a previous reading, to well understand the Oracle architecture and get the right background (Tom Kyte's book "Expert Oracle Database Architecture" is a perfect and detailed resource). Infact, this book cannot explain some basics (this is a 250 pages book) because it's not been written for that scope.
Finally, I strongly recommend this book to everyone who wants to learn more, and more, and more...