Skip to content

Commit 54b05ae

Browse files
committed
Merge branch 'bkemain' into 'oramain'
Bkemain See merge request rwp/rwloadsim!35
2 parents 5858e4e + 6bb95a2 commit 54b05ae

8 files changed

+12
-12
lines changed
File renamed without changes.

docs/INSTALL.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ There are three types of binary distributions available at github releases:
77

88
### Using complete binaries
99

10-
Complete binaries distributed in a file such rwloadsim-linux-x86_64-bin-3.1.3.tgz
10+
Complete binaries distributed in a file such rwloadsim-linux-x86_64-bin-3.2.0.tgz
1111
can be used as is, i.e. without getting a clone or pull from github.
1212
It should be used if you simply want a full run time environment
1313
and it contains the following directories:
@@ -36,7 +36,7 @@ On the system where you are going to run rwloadsim,
3636
create a (possibly shared) directory where you simply
3737
use a command like
3838
```
39-
tar -zxvf rwloadsim-linux-x86_64-bin-3.1.3.tgz
39+
tar -zxvf rwloadsim-linux-x86_64-bin-3.2.0.tgz
4040
```
4141
One install can be shared between several users as long as all have access to the directory.
4242
If appropriate, you can put the directory on an NFS (or some other) share and make it available to multiple systems.
@@ -138,10 +138,10 @@ If you are sharing the repository between many different users/projects, having
138138
the grants are set to only allow the needed access to the various repository tables.
139139
For most tables, this is insert and select.
140140

141-
### Updating the repository to version 3.1.4
141+
### Updating the repository to version 3.2.0
142142

143-
In version 3.1.4, there are a few changed tables in the repository
144-
and you need to log in to your repository schema and execute rwl314.sql.
143+
In version 3.2.0 there were a few changed tables in the repository
144+
and you need to log in to your repository schema and execute rwl320.sql.
145145

146146
Note that repository updates are not cummulative.
147147

docs/ORACLENET.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ or ```rwlman nettest```.
5252

5353
In addition to being part of the full rwloadsim distribution,
5454
the three utilities are distributed together with other as completely stand-alone
55-
executables in the file generated-linux-x86_64-bin-3.1.3.tgz.
55+
executables in the file generated-linux-x86_64-bin-3.2.0.tgz.
5656
It only contains the executable files, and they can be used without a complete installation
5757
of rwloadsim, as long as there is an Oracle client environment that can be an ordinary
5858
installation or an Instant Client installation.
@@ -63,7 +63,7 @@ with Instant Client it is the top directory of the installation.
6363

6464
After download, simply execute
6565
```
66-
tar -zxvf generated-linux-x86_64-bin-3.1.3.tgz
66+
tar -zxvf generated-linux-x86_64-bin-3.2.0.tgz
6767
```
6868
and possibly move the executables to one of the directories in your PATH.
6969
To get help for either, call it with the -h option.

docs/refman/databasedeclaration.html

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/refman/identifier.html

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/refman/statement.html

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/refman/statementlist.html

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/refman/variable.html

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)