The Run menu contains options of performing a database operation in the PL/SQL Viewer tab and executing SQL statements in the SQL Terminal tab. Press Alt+R to open the Run menu.
Function |
Button |
Shortcut Key |
Description |
---|---|---|---|
Executing the specified function/procedure |
Ctrl+E |
Starts to execute the specified function/procedure in normal mode. Displays the result in the Result tab. Displays information about the actions performed in the Messages tab. |
|
Compiling/Execution a statement |
Ctrl+Enter |
Compiles a function/procedure. Executes SQL statements in SQL Terminal. |
|
Compiling/Executing statements in a new tab |
Ctrl+Alt+Enter |
Retains the current tab and executes statements in a new tab. This function is disabled if Retain Current is selected. |
|
Canceling the query |
Shift+Esc |
Cancels the query that is being executed. Displays the result in the Result tab. Displays information about the actions performed in the Messages tab. |