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

« back to all changes in this revision

Viewing changes to doc/help/database.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>database - 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="preferences.html#preferences" title="preferences">
 
9
<link rel="prev" href="globalsettings.html#globalsettings" title="globalsettings">
 
10
<link rel="next" href="fonts.html#fonts" title="fonts">
 
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="database"></a>
 
31
Next:&nbsp;<a rel="next" accesskey="n" href="fonts.html#fonts">fonts</a>,
 
32
Previous:&nbsp;<a rel="previous" accesskey="p" href="globalsettings.html#globalsettings">globalsettings</a>,
 
33
Up:&nbsp;<a rel="up" accesskey="u" href="preferences.html#preferences">preferences</a>
 
34
<hr>
 
35
</div>
 
36
 
 
37
<h4 class="subsection">3.8.2 Database Settings</h4>
 
38
 
 
39
<p><a name="index-Database-Settings-11"></a>
 
40
This page of the options contain settings on how to interact with the database.
 
41
 
 
42
   <div class="block-image"><img src="images/database.png" alt="images/database.png"></div>
 
43
 
 
44
     <dl>
 
45
<dt><strong>Autocommit changes</strong><dd>      If this is set any changes made to the database will be automatically committed as soon as you make them. Use this with care,
 
46
      the transaction handling is there for a reason you know. 
 
47
<br><dt><strong>Read object cache on connect</strong><dd>      If this checkbox is set TOra will start reading the object cache when you start a connection to a database. 
 
48
      If unchecked it will start reading it when it is first used. Reading this is quite a costly query so you probably shouldn't have this
 
49
      checked if you are in a production environment, on a slow connection or not using the object cache. 
 
50
      The object cache is mostly used for describing tables, the PL/SQL debugger and code completion. 
 
51
<br><dt><strong>Initial rows to fetch in query</strong><dd>      This setting indicates how many rows to always fetch from a query when executing it. Observe that you can always read more from the individual query just by scrolling down. Check the <strong>All</strong> checkbox to always read all available records. Be aware that TOra will interact sluggishly or not at all while reading many lines. It will also keep the entire result in memory so checking the <strong>All</strong> box and reading a really large table could bring your machine to it's knees. 
 
52
<br><dt><strong>Initially read in content editor</strong><dd>                If set to something other than <strong>All</strong> a query will be placed only this number of rows initially from Oracle when browsing
 
53
                the content. 
 
54
                The reason for this is that Oracle will be under high load if a content list is started on a large table. 
 
55
                When this value is reached the query will be reread to fetch the rest of the values so you as a user will not see any difference. 
 
56
<br><dt><strong>Maximum size display</strong><dd>                         The maximum width a list column will get automatically regardless of how large the content is. This is so you can still see the rest of the columns even if one of the first can contain very large values. You can always resize the column by hand afterwards.
 
57
 
 
58
     <br><dt><strong>Run UI blocking threads exclusively in main thread.</strong><dd>      Let queries normally running in the background use their own connection to the database. This is so that when a query that would block the user interface needs to be run the main connection is more likely to be free. Background queries include many parts of the database browser and all charts. 
 
59
<br><dt><strong>Don't reread data if query is exactly same.</strong><dd>      If checked TOra will not refresh a query if it is reexecuted exactly the same two times in a row. 
 
60
      This is mainly usefull in the schema browser when you have a slow connection and need to switch between tabs a lot. 
 
61
<br><dt><strong>Abort long running queries and reexecute in own connection.</strong><dd>      If checked TOra will abort any queries running in the main connection of the database in the background and reexecute them in their own connection to make you able to continue to work in other parts of TOra until the query gives a reply. 
 
62
      Only queries that have not given any response at all will be aborted and moved. 
 
63
<br><dt><strong>Move to own connection after</strong><dd>      The number of seconds to wait before moving the query from the main connection (See Abort long running queries and reexecute in own connection above for more info). 
 
64
</dl>
 
65
   There may also be pages under this for each individual database provider. Currently onlye Oracle uses this feature. That setup looks like this.
 
66
 
 
67
   <div class="block-image"><img src="images/oracle.png" alt="images/oracle.png"></div>
 
68
 
 
69
     <dl>
 
70
<dt><strong>Checkpoint name</strong><dd>      This is a checkpoint TOra should use when it is making changes that need to be rolled back. One place where this is used is to perform explain plans without filling up the plan table. The name doesn't matter, just make sure you don't use this checkpoint name yourself. 
 
71
<br><dt><strong>Default date format</strong><dd>      The format that you prefer dates to be displayed. Changing this will require a reconnect to the database before it starts to operate. The string should be a standard Oracle date to string conversion specification. For more information see the Oracle SQL Reference. 
 
72
<br><dt><strong>Explain plan table</strong><dd>      The table to use to temporarily store explained execution plans. Use the <strong>Create Table</strong> button to create the table if you don't have it. 
 
73
<br><dt><strong>Keep plans</strong><dd>      If this is check explained plans are left in the explain plan table. The normal behaviour is to rollback the explanation after it is initially read to keep the explain plan table from filling up with old plans. 
 
74
<br><dt><strong>Max LONG and LOB data length</strong><dd>      The amount of data to read from LONG, BLOB or CLOB data fields. If you always want all the data to be read check the <strong>Unlimited</strong> checkbox to the right. LONG datafields can not be specified as <strong>Unlimited</strong>, if this is specified 33000 characters are read by default. 
 
75
</dl>
 
76
 
 
77
   </body></html>
 
78