Release 2.x‎ > ‎Install - Reference‎ > ‎

21-service-oracle-jdbc-thin

Oracle JDBC Thin Driver

You only need this JAR file if you are using Project OpenPTK's Oracle JDBC Service located in the
ext/Service/OracleJDBC directory.  This Service uses the Oracle JDBC Thin Driver.  You can download the ojdbc6.jar file from this site:
    1. Save the ojdbc6.jar file to a location on your development system.
    2. Run the following command to add the ojdbc6.jar to your local Maven repository.
mvn install:install-file -DgroupId=com.oracle.jdbc -DartifactId=oracle-jdbc -Dpackaging=jar -Dversion=6 -DgeneratePom=true -Dfile=ojdbc6.jar