1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
<HTML><HEAD><TITLE>SQL Output</TITLE></HEAD><BODY>
<H1>SQL Output</H1>
This tool display the output from the DBMS_OUTPUT package (For more information see the Oracle
PL/SQL Supplied Packages manual).<P>
<IMG SRC=images/output.png><P>
Use this if you are running PL/SQL from the <A HREF=worksheet.html>worksheet</A> and want to
check the output. It is also used in the debugger but as a pane in the
<A HREF=debugger.html#debugging>debugger information</A>.<P>
The toolbar contain the following controls.<P>
<TABLE>
<TR><TD VALIGN=top><B>
Update</B></TD><TD VALIGN=top>
Poll for more output immediately.</TD></TR>
<TR><TD VALIGN=top><B>
Enable</B></TD><TD VALIGN=top>
Enable or disable output collecting. Collecting is enabled if light bulb is lit.</TD></TR>
<TR><TD VALIGN=top><B>
Clear output</B></TD><TD VALIGN=top>
Clear the currently collected output.</TD></TR>
<TR><TD VALIGN=top><B>
Refresh</B></TD><TD VALIGN=top>
The time-out to update automatically. The default value of this is configurable though the
<A HREF=preferences.html>options</A>.</TD></TR>
</TABLE>
</BODY>
</HTML>
|