Skip to content

Commit 08cffd0

Browse files
committed
Few doc updates before 3.1.1 release
1 parent 89bb6f3 commit 08cffd0

File tree

6 files changed

+12
-10
lines changed

6 files changed

+12
-10
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
* awrreport can generate global report
99
* You can use sql\_id() without a name to get sqlid of immediate or embedded sql
1010
* rwloadsim itself is available on Microsoft Windows; not the oltp workload
11-
* Changes to rwlviews.sql
11+
* Changes to repository
12+
* Full end-to-end tracing (on Linux only)
1213

1314
## 3.1.0
1415

docs/refman/runres.html

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/refman/runres_a.html

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/man1rwl/runres.1rwl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ There is some overhead in measuring this time, and if no \fB$statsapptime:on\fR
9191
a value of zero will be stored in the \fRatime\fB column.
9292
.P
9393
The current list of calls where this time is measured is
94-
OCIStmtExecute, OCIStmtFetch2, OCITransCommit, OCITransRollback and
95-
OCI calls that deal with reading and writing lob data.
94+
OCIStmtExecute, OCIStmtFetch2, OCITransCommit, OCITransRollback, OCIPing
95+
and OCI calls that deal with reading and writing lob data.
9696
.RE
9797
.P
9898
\fBdtime\fR

public/awrreport.rwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ integer begin_snap, end_snap;
3838
$userhelp:"Show awr repository contents and create awr/ash reports"
3939
$userhelp:"-l u/p@c - compulsory option providing database credetials"
4040
$useroption:dbid:"--dbid=<N> - list snapshots in this dbid; default list all dbids"
41-
$useroption:instance:"--instance=<N> - limit listing to this instance"
4241
$useroption:fromtime:"--fromtime=YYYY.MM.DDTHH24:MI - list only snapshots after this time"
4342
$useroption:totime:"--totime=YYYY.MM.DDTHH24:MI - list only snapshots before this time"
4443
$userswitch:headings:"--no-headings - do not output headings"
44+
$useroption:instance:"--instance=<N> - generate or list for his instance"
4545
$userhelp:"To create an awr report, use the following options in addition to dbid and instance"
4646
$useroption:begin-snap:"--begin-snap=<N> - first awr snapshot; default is not to generate awr"
4747
$useroption:end-snap:"--end-snap=<N> - last awr snapshot in report, default begin-snap+1"

tar.exclude

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ doc/GONE/*
55
admin/.vim
66
admin/.vim/*
77
man/man1rwl/.hunspell_en_US
8+
bin/*.cmd

0 commit comments

Comments
 (0)