Skip to content

Missing external jars

Timo Westkämper edited this page Dec 5, 2013 · 2 revisions

Missing external jars can be installed using the following instructions

###cubrid

Should be available from here http://maven.cubrid.org.

###oracle

Download the ojdbc6 file from here http://www.oracle.com/technetwork/database/enterprise-edition/jdbc-111060-084321.html

mnv install:install-file -Durl=file:repo -DgroupId=com.oracle -DartifactId=ojdbc6 -Dversion=11.1.0.7.0 -Dpackaging=jar -Dfile=ojdbc6.jar

###teradata

Teradata JDBC needs to be downloaded by hand: http://downloads.teradata.com/download/connectivity/jdbc-driver I used Maven to locally install them (note you need to also install the config):

mvn install:install-file -Durl=file:repo -DgroupId=com.teradata -DartifactId=teradata-jdbc -Dversion=13.10.00.35 -Dpackaging=jar -Dfile=terajdbc4.jar
mvn install:install-file -Durl=file:repo -DgroupId=com.teradata -DartifactId=teradata-config -Dversion=13.10.00.35 -Dpackaging=jar -Dfile=tdgssconfig.jar