forked from oltpbenchmark/oltpbench
-
Couldn't load subscription status.
- Fork 0
Installation
Pinglei Guo edited this page Jan 23, 2018
·
1 revision
OLTPBench is written in pure java
- JDK
- maven
- ant (why still using ant when there is already maven ....)
Some jars can not be included in vcs due to legal issue
Oracle
it is using a very old oracle driver ojdbc-14.2.jar, download from here then use mvn to install locally. i.e. mvn install:install-file -DgroupId=com.oracle -DartifactId=ojdbc14 -Dversion=10.2.0.1.0 -Dpackaging=jar -DgeneratePom=true -Dfile=ojdbc14.jar
- TODO: setup using docker