Hi,
Go to: Tools > Preferences > Key Configuration, then select item "Edit / Next Tab Page" and press ALT-D (or ALT-E). Now you can switch between the Editor and the Dialog tabs with one single handy key combination!
Could you give an example of such a command file?
Maybe I still don't understand, but if I run following command file:
set termout off
conn userX/passX@dbX
set termout on
select * from tableX;
I get the expected result in PL/SQL Developer's command window v6.0.2 (as in SQLPlus): only the...
Hi,
According to the SQLPlus documentation :
TERM[OUT] {OFF|ON}
OFF suppresses the display of output from a command file ON displays the output.
TERMOUT OFF does not affect the output from commands entered interactively.
The command window too works exactly like this.
Hi,
To save a query as a standard, click on the disk icon above the result pane of the SQL Window. When you then right-click on the table name in the editor a "Standard Query" menu option will show up in the contextual menu.
Yes, please leave the * !
Another means to get the list of all columns: drag and drop a table from the Object Browser into the SQL text pane and in the popup menu which then appears select option "Select".
Regards