Tuning SQL Queries For Performance
Tuning SQL Queries For Performance
1. 1. Introduction
SQL (Structured Query Language) is the heart of Oracle. Contrary to the usual notion that an
SQL statement is correct as long as it returns the expected results, an SQL statement is correct
only if it produces the right result in the shortest time possible without impeding the performance
of any other system resource.
2. 2. References
Oracle Performance Tuning by Corrigan, Peter