doc-exports/docs/dws/tool/DWS_DS_24.html
Lu, Huayi 4194b50d78 DWS TOOL 811 version
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: Lu, Huayi <luhuayi@huawei.com>
Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
2022-12-14 20:46:26 +00:00

7.9 KiB

Run

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.