Tuning SQL statements with AUTOTRACE in SQL*Plus
You can automatically get a report on the execution path used by the SQL optimizer and the statement execution statistics. The report is generated after successful SQL DML (that is, SELECT, DELETE, UPDATE and INSERT) statements. It is useful for monitoring and tuning the performance of these statements. To use this feature, you must create …
Tuning SQL statements with AUTOTRACE in SQL*Plus Read More »