[go: up one dir, main page]

File: output.texi

package info (click to toggle)
tora 1.3.23-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 15,984 kB
  • ctags: 14,460
  • sloc: cpp: 123,554; sh: 16,181; makefile: 966; xml: 69
file content (22 lines) | stat: -rw-r--r-- 884 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
@node output
@section SQL Output
@cindex SQL Output

This tool display the output from the DBMS_OUTPUT package (For more information see the Oracle PL/SQL Supplied Packages manual).

@image{images/output}

Use this if you are running PL/SQL from the worksheet(@pxref{worksheet,SQL Worksheet}) and want to check the output. It is also used in the debugger (@pxref{debugger,PL/SQL Debugger}) but as a pane in the debugger information.

The toolbar contain the following controls.

@table @asis
@item @strong{Update}
        Poll for more output immediately.	
@item @strong{Enable}
        Enable or disable output collecting. Collecting is enabled if light bulb is lit.	
@item @strong{Clear output}
      	Clear the currently collected output.	
@item @strong{Refresh}
      	The time-out to update automatically. The default value of this is configurable though the options.
@end table