V
V
Vlad Shakurov2016-10-14 14:10:22
SQL
Vlad Shakurov, 2016-10-14 14:10:22

What is the difference between dialog and editor in the PL/SQL Developer command window?

When creating a new Command Window in PL/SQL Developer, a window appears with two tabs labeled "Dialog" and "Editor", the question is how do these two windows differ and what are they for?
I myself am still only dealing with sql, so far the only difference that I noticed is that when you copy the script to dialog, it starts automatically, and in the editor it is inserted as text and requires a separate start

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
DDDsa, 2016-10-14
@ensaid

Dialog is a command line, here it is convenient to execute short quick queries that you are sure of
. Editor is a multi-line code editor where syntax highlighting works and you can relatively conveniently mess with the query. By F8, all your creativity is sent to Dialog, that is, to the command line, after which you can return to editing the query in the Editor.
Try testing something like this on the command line and you'll see what I mean :)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question