Explain SQL Execution Plan in Oracle 11g
Posted by admin under SQL Peformance Tuning for Oracle Database
The execution plan shows the steps that the database takes when it executes an SQL query. By experimenting with diferent options and analyzing the changes in SQL execution plan, you can tune your SQL for better performance. Read the rest of this entry »
