Graphical Explain Plan
-
Open the Performance Hub page from the database details page, if not already open.
Note
For more information about how to navigate to the Performance Hub page, see:
-
Click SQL Monitoring to display the SQL monitoring tab.
-
In the SQL Monitoring tab, click an ID number in the SQL ID column to display detailed information on a specific SQL statement execution. It opens the Real-time SQL Monitoring page.
The Real-time SQL Monitoring page displays the Plan Statistics tab by default. The plan statistics for the SQL execution is displayed in the default Tabular Execution Plan view.
-
Click View Option and change it to Graphical Explain Plan.
The SQL explain plan is presented as a collapsible tree of nodes where each node represents an operation.
Using Graphical Explain Plan
-
You can zoom in or zoom out on the Graphical Explain Plan using the mouse or the keyboard +/- keys. You can also click and drag the plan within the viewport.
An overview section is located in the bottom-right corner of the content area. It provides a visual representation of the positioning of the viewport with respect to the overall content of the plan.
-
Click a plus sign to expand a node and display information for the operation subtree. Click a minus sign to collapse the operation subtree beneath a node.
-
Hover over a node to view the operation name and estimated row count. Click a node to display additional information about the operation in a message box. Click Close to close the message box.
-
Click Rotate (to the right of the Graphical Explain menu) to rotate the entire explain plan 90 degrees counterclockwise.
Click Rotate subsequently to move the explain plan another 90 degrees counterclockwise. In any position of the tree, click the plus or minus sign to expand or contract the subtree of an operation node.
-
Click the Back arrow at the top-left corner of the page to go back to the SQL Monitoring tab.