After successfully completing this course, you will be able to:
- Improve the performance of Oracle applications
- Use the EXPLAIN PLAN command to externalize access path choices made by the optimizer
- Tune SQL statements to reduce statement cost and elapsed time
- Create indexes on appropriate columns
- Use the trace and TKPROF utilities
- Implement partitioning (V8)
- Take advantage of parallel processing features
- Tune 3GL programs (Pro*C)
- Use HINTs to influence optimizer choices
- Describe the various access paths used by Oracle
- Understand how PL/SQL procedures can be used to improve performance
- Improve the performance of database triggers