Executing Statements
This topic describes the procedure to execute PL/SQL statements.
The execution engine in the Oracle® Database Navigator tool supports running individual SQL statements and display the results in respective tabs of the DB Execution Console window. To execute an SQL statement in the editor window:
You can also extract and view the execution plan for the SQL statement by clicking the Execute Plan for Statement icon on the editor toolbar menu.

The execution plan provides a complete breakdown of the SQL statement with details of the operation performed, cost in terms of resource utilization, projection and predicates and displays it on the DB Console window.

Parent topic: Execution Engine

