You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pinglei Guo edited this page Jan 23, 2018
·
1 revision
OLTPBench is written in pure java
Runtime
JDK
maven
ant (why still using ant when there is already maven ....)
Libraries
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