When you execute a SQL command, the results display in the display pane at the bottom of the SQL Commands home page.
The results of the last executed command are available until you execute another SQL command, or leave SQL Commands.
Parent topic: Using SQL Commands
From the SQL Commands page, click the Results tab.
To display SQL command results:
Parent topic: Viewing Results
The Results pane displays SQL command results as HTML formatted table. The number of rows returned appears after the output, and the time taken. DBMS output appears as plain text after the HTML formatted results.
On the Results pane you can:
Display DBMS output. Automatically displays HTML output or DBMS output depending on type of SQL command entered, SQL or PL/SQL block with DBMS output.
Download results. Click Download to export results to a comma-delimited file on your local file system. You are prompted to enter a name and directory for the file. Only available for HTML output.
See Also:
Parent topic: Viewing Results