Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com> Reviewed-by: Jiang, Beibei <beibei.jiang@t-systems.com> Co-authored-by: Lu, Huayi <luhuayi@huawei.com> Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
7.6 KiB
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. |