Dev Corner

Software Developer’s Notepad

Archive for the ‘SQL Peformance Tuning for Oracle Database’ Category

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 »