Skip to content

Release 3.0.2 Production

Compare
Choose a tag to compare
@bengsig bengsig released this 05 Jul 13:47
· 294 commits to master since this release

Release 3.0.2 includes one new feature in addition to those three included in 3.0.1:

  • You can generate an executable with an included rwl script, which can be executed completely stand alone
  • SQL declaration no longer needs explicit bind and/or define, as bind variables and select list elements can be implicitly matched to declared variables.
  • The separate declaration and subsequent execution of SQL is no longer needed.
  • Formatting of output using printf.
  • Several minor updates, a number of bug fixes and updates to the standard oltp workload

Binaries are available for x86_64 Linux; for client environment 11.2 and 12.2, glibc 2.7 is required, for 18 and 19, glibc 2.14 is required, and for 21, glibc 2.17 is required. ARM binaries can be provided upon request.

In addition to the usual bin and binonly tgz files, the file generated-linux-x86_64-bin-3.0.2.tgz contains stand alone binaries with the rwl scripts ociping.rwl and connping.rwl. To use either of these, download and un-tar, put the executable anywhere (in your PATH), and run it with -h to get started. An oracle environment release 19 or newer with LD_LIBRARY_PATH properly set is needed; instant client is fine. If you are on an earlier version of either Oracle Linux, glibc or Oracle client environment, the file generated-11-linux-x86_64-bin-3.0.2.4.tgz can be used.

For verification, these are md5sum for the three files:

a2d968606c4b822753a5f66b8be303f0  generated-linux-x86_64-bin-3.0.2.tgz
c949e04790bda2e56e65d673387344e0  rwloadsim-linux-x86_64-bin-3.0.2.tgz
52ff756fe92f36eccffcd8cbac18d830  rwloadsim-linux-x86_64-binonly-3.0.2.tgz
babe394d36b7420be05c900312dcd0fd  generated-11-linux-x86_64-bin-3.0.2.4.tgz