This document discusses various techniques for improving PL/SQL performance, including:
1. Using DBMS_PROFILER to find "hot spots" in PL/SQL code and measure SQL overhead.
2. Using stored procedures when there are significant network round trips to reduce network traffic.
3. Ensuring SQL tuning by measuring SQL overhead, using best optimizer statistics, adequate indexing, and SQL tracing tools.