[go: up one dir, main page]

File: output.html

package info (click to toggle)
tora 1.3.16-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 11,604 kB
  • ctags: 10,426
  • sloc: cpp: 100,338; sh: 5,034; perl: 1,482; makefile: 566; xml: 69
file content (26 lines) | stat: -rw-r--r-- 1,083 bytes parent folder | download | duplicates (3)
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>