December 2011
Intermediate to advanced
269 pages
7h 26m
English
Figure 9-4 shows the SQL Tuning Advisor architecture. This tool takes as input any of the following:
SQL_ID from a statement in memory or the AWRThis tool provides useful advice regarding the creation of indexes, restructuring the SQL statement, stale statistics, and so on. You can manually execute the SQL Tuning Advisor from DBMS_SQLTUNE PL/SQL package, SQL Developer, or Enterprise Manager.
Figure 9-4. The SQL Tuning Advisor archiecture
Let's focus first on running the SQL Tuning Advisor through the DBMS_SQLTUNE PL/SQL package. To execute ...
Read now
Unlock full access