|
SQLXP Explain Plan |
|---|
|
Explain plan is an Oracle tool used to tune sql to execute faster. SQLXP displays both graphical and text versions of the plan. The graphical verion shows an easy to read plan to help you quickly identify SQL problem areas. The text verion displays all information available from the database server about the SQL plan. All plans generated require an ID, your plan will be saved to the database with that ID. You can later find for your plan by enter your ID and clicking the search button. You can also click the Saved Plans tab to browse existing plans.
|
|
© 2002 Netlegger Systems. All rights reserved. |