@@ -8,7 +8,7 @@ There are three types of binary distributions available at github releases:
88
99### Using complete binaries
1010
11- Complete binaries distributed in a file such rwloadsim-linux-x86_64-bin-3.0.6 .tgz
11+ Complete binaries distributed in a file such rwloadsim-linux-x86_64-bin-3.1.0 .tgz
1212can be used as is, i.e. without getting a clone or pull from github.
1313It should be used if you simply want a full run time environment
1414and it contains the following directories:
@@ -27,7 +27,7 @@ and it contains the following directories:
2727If you prefer to have access to source code, but avoid building the executables,
2828you can clone or pull from github (which would allow you to potentially compile
2929rwloadsim yourself), and then
30- use a file like rwloadsim-linux-x86_64-binonly-3.0.6 .tgz.
30+ use a file like rwloadsim-linux-x86_64-binonly-3.1.0 .tgz.
3131This file contains little more than the compiled binaries of the rwloadsim program,
3232and you can simply un-tar this file
3333directly into your cloned or pulled directory; the result will be as if you had
@@ -46,7 +46,7 @@ On the system where you are going to run rwloadsim,
4646create a (possibly shared) directory where you simply
4747use a command like
4848```
49- tar -zxvf rwloadsim-linux-x86_64-bin-3.0.6 .tgz
49+ tar -zxvf rwloadsim-linux-x86_64-bin-3.1.0 .tgz
5050```
5151One install can be shared between several users as long as all have access to the directory.
5252If appropriate, you can put the directory on an NFS (or some other) share and make it available to multiple systems.
@@ -55,7 +55,8 @@ Note that none of these files potentially shared between users or systems contai
5555passwords or other sensitive information.
5656
5757In addition to the rwloadsim distribution itself, you must also have an Oracle Client.
58- In the expanded bin directory, you will see executables named rwloadsimNN, where NN can be any of 11, 12, 18, 19, 21;
58+ In the expanded bin directory, you will see executables named rwloadsimNN,
59+ where NN can be any of 11, 12, 18, 19, 21, 23;
5960the number refers to the client version that was used to compile the software.
6061The client version you install much be the same as one of these, preferably the latest.
6162You can use Oracle Instant Client or a full client (or even server) install.
@@ -65,7 +66,7 @@ You can use Oracle Instant Client or a full client (or even server) install.
6566Start by doing a pull or clone of the sources from github
6667as if you would do your own compile, and then use a command like
6768```
68- tar -zxvf rwloadsim-linux-x86_64-binonly-3.0.6 .tgz
69+ tar -zxvf rwloadsim-linux-x86_64-binonly-3.1.0 .tgz
6970```
7071to extract little more than the compiled rwloadsim binaries into your already existing pull or clone.
7172
@@ -167,7 +168,7 @@ as you will otherwise get ORA- errors during execution of the oltpworkload.
167168
168169If you have an existing repository created earlier than version 3.0.6
169170and you are upgrading to a version
170- 3.0.6 or later, you must execute the file rwl306.sql (which includes an
171+ 3.0.6 or later (including 3.1.0) , you must execute the file rwl306.sql (which includes an
171172update to the persec table) logged in using sqlplus to your primary
172173repository schema.
173174The rwl306.sql file is found in the admin directory of your distribution.
@@ -218,7 +219,7 @@ If your only interest is to use utilities such as ociping or awrreport, you can
218219get these completely stand-alone.
219220This does _ not_ include the complete rwloadsim, and does _ not_ allow you
220221to create any rwl programs yourself.
221- The file such as generated-linux-x86_64-bin-3.0.5 .tgz _ only_ contains binaries
222+ The file such as generated-linux-x86_64-bin-3.1.0 .tgz _ only_ contains binaries
222223that you simply put into any directory, typically one in your PATH.
223224The only other requirement is an Oracle client environment as explained above.
224225
0 commit comments