~ubuntu-branches/ubuntu/wily/tora/wily-proposed

« back to all changes in this revision

Viewing changes to doc/help/output.html

  • Committer: Bazaar Package Importer
  • Author(s): Michael Meskes
  • Date: 2009-04-07 13:16:05 UTC
  • mfrom: (1.2.7 upstream) (3.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090407131605-u422yigfv7jgg0l0
Tags: 2.0.0-3
* Cleaned up packaging a little bit.
* Added homepage information to control file.
* Bumped Standards-Version to 3.8.1.
* Released to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html lang="en">
 
2
<head>
 
3
<title>output - TOra</title>
 
4
<meta http-equiv="Content-Type" content="text/html">
 
5
<meta name="description" content="TOra">
 
6
<meta name="generator" content="makeinfo 4.11">
 
7
<link title="Top" rel="start" href="index.html#Top">
 
8
<link rel="up" href="tools.html#tools" title="tools">
 
9
<link rel="prev" href="invalid.html#invalid" title="invalid">
 
10
<link rel="next" href="template.html#template" title="template">
 
11
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
 
12
<!--
 
13
This manual is for TOra, version 1.4.0.-->
 
14
<meta http-equiv="Content-Style-Type" content="text/css">
 
15
<style type="text/css"><!--
 
16
  pre.display { font-family:inherit }
 
17
  pre.format  { font-family:inherit }
 
18
  pre.smalldisplay { font-family:inherit; font-size:smaller }
 
19
  pre.smallformat  { font-family:inherit; font-size:smaller }
 
20
  pre.smallexample { font-size:smaller }
 
21
  pre.smalllisp    { font-size:smaller }
 
22
  span.sc    { font-variant:small-caps }
 
23
  span.roman { font-family:serif; font-weight:normal; } 
 
24
  span.sansserif { font-family:sans-serif; font-weight:normal; } 
 
25
--></style>
 
26
</head>
 
27
<body>
 
28
<div class="node">
 
29
<p>
 
30
<a name="output"></a>
 
31
Next:&nbsp;<a rel="next" accesskey="n" href="template.html#template">template</a>,
 
32
Previous:&nbsp;<a rel="previous" accesskey="p" href="invalid.html#invalid">invalid</a>,
 
33
Up:&nbsp;<a rel="up" accesskey="u" href="tools.html#tools">tools</a>
 
34
<hr>
 
35
</div>
 
36
 
 
37
<h3 class="section">4.17 SQL Output</h3>
 
38
 
 
39
<p><a name="index-SQL-Output-33"></a>
 
40
This tool display the output from the DBMS_OUTPUT package (For more information see the Oracle PL/SQL Supplied Packages manual).
 
41
 
 
42
   <div class="block-image"><img src="images/output.png" alt="images/output.png"></div>
 
43
 
 
44
   <p>Use this if you are running PL/SQL from the worksheet(see <a href="worksheet.html#worksheet">SQL Worksheet</a>) and want to check the output. It is also used in the debugger (see <a href="debugger.html#debugger">PL/SQL Debugger</a>) but as a pane in the debugger information.
 
45
 
 
46
   <p>The toolbar contain the following controls.
 
47
 
 
48
     <dl>
 
49
<dt><strong>Update</strong><dd>        Poll for more output immediately. 
 
50
<br><dt><strong>Enable</strong><dd>        Enable or disable output collecting. Collecting is enabled if light bulb is lit. 
 
51
<br><dt><strong>Clear output</strong><dd>       Clear the currently collected output. 
 
52
<br><dt><strong>Refresh</strong><dd>            The time-out to update automatically. The default value of this is configurable though the options. 
 
53
</dl>
 
54
 
 
55
   </body></html>
 
56