[go: up one dir, main page]

File: tuning.html

package info (click to toggle)
tora 1.3.4-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 8,632 kB
  • ctags: 7,487
  • sloc: cpp: 68,518; perl: 1,475; ansic: 291; sh: 173; makefile: 51
file content (78 lines) | stat: -rw-r--r-- 3,297 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<HTML><HEAD><TITLE>Server Tuning</TITLE></HEAD><BODY>
<H1>Server Tuning</H1>
This tool provides easy access to important server indicators as well as server statistics
and an editor for database parameters.<P>
<IMG SRC=images/tuning.png><P>
The interface for this tool is very simple. First there is a toolbar with the following controlls.<P>
<TABLE>
<TR><TD VALIGN=top><B>
Refresh</B></TD>
<TD VALIGN=top>
Refresh data from the database, will not read another value for charts.</TD></TR>
<TR><TD VALIGN=top><B>
Refresh rate</B></TD>
<TD VALIGN=top>
The interval between which to auto update data, observe that setting this too low could put a high
load on a database server. This is also the sample interval for charts.</TD></TR>
<TR><TD VALIGN=top><B>
Change connection</B></TD>
<TD VALIGN=top>
Change the connection to monitor in the tuning tool.</TD></TR>
</TABLE><P>
There are several tabs in the window.<P>
<TABLE>
<TR><TD VALIGN=top><B>
Overview</B></TD>
<TD VALIGN=top>
Displays an overview of dtabase statistics, shows the flow of data through the server in an
intuitive way.</TD></TR>
<TR><TD VALIGN=top><B>
Charts</B></TD>
<TD VALIGN=top>
Charts containing important performance information from the database.</TD></TR>
<TR><TD VALIGN=top><B>
File I/O</B></TD>
<TD VALIGN=top>
Displays information about I/O separated by tablespace or datafile. You can select if you
want to see average wait time, blocks for tablespace or datafile by using the combobox at the
top of the charts.</TD></TR>
<TR><TD VALIGN=top><B>
Indicators</B></TD>
<TD VALIGN=top>
Imprtant performance <B>indicators</B>.</TD></TR>
<TR><TD VALIGN=top><B>
Statistics</B></TD>
<TD VALIGN=top>
Raw statistic information from the server. The statistics is shown in two columns, the first one contain the actual value,
the second show the change in the value since the last update.</TD></TR>
<TR><TD VALIGN=top><A NAME=pfile><B>parameters</B></TD>
<TD>This tab displays the values of the parameters of the database. You can also use it to change the values by selecting a
row and entering a new value at the bottom of the tab. After changes has been made you can apply or export these changes
using the buttons in the toolbar at the top of the parameter editor.<P>
<IMG BORDER=1 SRC=images/pfileeditor.png><P>
<TABLE>
<TR><TD VALIGN=top><B>Generate p-file</B></TD>
<TD>Generate a p-file with the current changes (And original changes as well) into a <A HREF=common.html#memo>memo editor</A>.</TD></TR>
<TR><TD VALIGN=top><B>Apply changes to system</B></TD>
<TD>Apply changes made to the system.</TD></TR>
<TR><TD VALIGN=top><B>Apply changes to current session</B></TD>
<TD>Apply changes to the current session. Will only apply changes to the main connection and not any child sessions TOra might open
for instance when statements are executed in the worksheet.</TD></TR>
</TABLE>
</TD></TR>
<TR><TD VALIGN=top><B>Drop changes</B></TD>
<TD>Drop the changes currently made to the parameters and revert to the current session
settings.</TD></TR>
</TABLE>
</TD></TR>
<TR><TD VALIGN=top><B>
Options</B></TD>
<TD VALIGN=top>
List the options available in the database server.</TD></TR>
<TR><TD VALIGN=top><B>
Licenses</B></TD>
<TD VALIGN=top>
Display license information to the current database.</TD></TR>
</TABLE>
</BODY>
</HTML>