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:
- Save the ojdbc6.jar file to a location on your development system.
- 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
|
|