[go: up one dir, main page]

File: output.texi

package info (click to toggle)
tora 2.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 27,560 kB
  • ctags: 21,885
  • sloc: cpp: 189,278; sh: 17,561; makefile: 692; python: 159; xml: 69; ansic: 56
file content (22 lines) | stat: -rw-r--r-- 880 bytes parent folder | download | duplicates (4)
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 displays the output from the DBMS_OUTPUT package (For more information see the Oracle PL/SQL Supplied Packages manual).

@image{images/output,6cm}

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{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.
@item @strong{Type of output}
You can choose if TOra should fetch output from standard oracle output or from Log4plsql module.
@end table