Skip to content

Commit

Permalink
Merge branch 'bkemain' into 'oramain'
Browse files Browse the repository at this point in the history
Bkemain

See merge request rwp/rwloadsim!35
  • Loading branch information
bengsig committed Dec 2, 2024
2 parents 5858e4e + 6bb95a2 commit 54b05ae
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
File renamed without changes.
10 changes: 5 additions & 5 deletions docs/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ There are three types of binary distributions available at github releases:

### Using complete binaries

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

### Updating the repository to version 3.1.4
### Updating the repository to version 3.2.0

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

Note that repository updates are not cummulative.

Expand Down
4 changes: 2 additions & 2 deletions docs/ORACLENET.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ or ```rwlman nettest```.

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

After download, simply execute
```
tar -zxvf generated-linux-x86_64-bin-3.1.3.tgz
tar -zxvf generated-linux-x86_64-bin-3.2.0.tgz
```
and possibly move the executables to one of the directories in your PATH.
To get help for either, call it with the -h option.
Expand Down
2 changes: 1 addition & 1 deletion docs/refman/databasedeclaration.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/refman/identifier.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/refman/statement.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/refman/statementlist.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/refman/variable.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 54b05ae

Please sign in to comment.