Menu

Build

Installing Oracle JDBC to local maven repository

To build dababix, you may need to add the oracle JDBC driver to your local repository (or use the official one, but that needs an Oracle account). If you have downloaded the jar files to your system, you can add them with the following maven command:
mvn install:install-file -DgroupId=com.oracle.jdbc -DartifactId=ojdbc7 -Dversion=12.1.0.2 -Dpackaging=jar -Dfile=ojdbc7.jar -DgeneratePom=true


MongoDB Logo MongoDB