Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
OCA Oracle Database 11g: Database Administration I: A Real-World Certification Guide

You're reading from  OCA Oracle Database 11g: Database Administration I: A Real-World Certification Guide

Product type Book
Published in Feb 2013
Publisher Packt
ISBN-13 9781849687300
Pages 582 pages
Edition 1st Edition
Languages

Table of Contents (24) Chapters

OCA Oracle Database 11g: Database Administration I: A Real-World Certification Guide
Credits
Foreword
About the Author
About the Reviewer
www.packtpub.com
Preface
1. Introducing the Oracle Relational Database System 2. Installing the Oracle Database Software 3. Creating the Oracle Database 4. Examining the Oracle Architecture 5. Managing Oracle Storage Structures 6. Managing the Oracle Instance 7. Managing Security 8. Managing Concurrency 9. Configuring an Oracle Network 10. Managing Database Performance 11. Understanding Backup and Recovery Concepts 12. Performing Database Backups 13. Performing Database Recovery 14. Migrating Data Preparing for the Certification Exam Test Your Knowledge – Answers Index

Understanding object-level tuning


Performance tuning boils down to the user experience. Bad performance derives from the very subjective notion that a given application is somehow different from the acceptable norms. The common complaint heard from the user is, "It was fast yesterday but it's slow today". It is the job of the DBA to take these subjective ideas and discover objective facts that point to the cause for this unacceptable performance. In the end, database performance tuning is an analysis of why SQL statements are executing at a suboptimal rate. Even if the root cause is CPU starvation, incorrect configuration parameters, or just a poorly written DELETE statement, the key is first finding out what is slow and then what can be done to rectify the situation. Thus, it is wise to look first at how SQL statements are executed against database objects and what conditions can affect how they are executed.

Understanding the Oracle optimizer

Let's take the following simple SQL statement...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}