Updated on 2023-04-03 GMT+08:00

Run

The Run menu contains options to execute a database object in the PL/SQL Viewer tab and to execute SQL statements in the SQL Terminal tab. Press Alt+R to open the Run menu.

Function

Button

Shortcut Key

Description

Execute DB Object

Ctrl+E

Starts execution (in normal mode) of the specified function/procedure.

Displays the result in Result tab.

Displays the information on actions performed in Messages tab.

Compile/Execute Statement

Ctrl+Enter

Compiles the function/procedure.

Starts execution of SQL statements in the SQL Terminal tab.

Compile/Execute in New Tab

Ctrl+Alt+Enter

Executes statement in new tab retaining old.

Disabled, when Retain Current is selected.

Cancel

Shift+Esc

Cancels the executing query.

Displays the result in Result tab.

Displays the information on actions performed in Messages tab.