Oracle 10g Performance Tuning


Table of Contents

1. Oracle Performance Tuning

Chapter 1. Oracle Performance Tuning

Any code that switches between pl/sql and oracle will be expensive in performing the right database operation. As long as possible code most of your work in sql. In my experience its almost always better to use SQL instead of PL/SQL ( when using PL/SQL you have to pay "penalty" of context switches from SQL to PL/SQL and back ).

Hosted by www.Geocities.ws

1