Review Preinstallation Documentation: Pre-Installation Requirements
Our installer will automatically add the driver for at least the most recent JVM to your CLASSPATH. You may need to edit the CLASSPATH to remove extra drivers from the list.
You should have a pre-existing JAVA_HOME environment variable that points to the root of your JAVA installation. No further system configuration should be needed.
JDBC client applications always require users to provide the Driver Class Name and Connection URL.
Filename | Classname | JDBC Version | Java Version | Compatible JVM/JRE/JDK |
---|---|---|---|---|
opljdbc4_2.jar | openlink.jdbc4.Driver | JDBC 4.2 | Java 8 | 1.8.x |
opljdbc4_1.jar | openlink.jdbc4.Driver | JDBC 4.1 | Java 7 | 1.7.x |
opljdbc4.jar | openlink.jdbc4.Driver | JDBC 4 | Java 6 | 1.6.x |
opljdbc3.jar | openlink.jdbc3.Driver | JDBC 3 | Java 4 and 5 | 1.4.x and 1.5.x |
opljdbc2.jar | openlink.jdbc2.Driver | JDBC 2 | Java 2 and 3 | 1.2.x and 1.3.x |
opljdbc.jar | openlink.jdbc.Driver | JDBC 1 | Java 1 | 1.1.x |
jdbc:openlink://ODBC[/DSN=dsn][/UID=uid][/PWD=pwd][/READONLY=x]
jdbc:openlink://ODBC/DSN=MyOracleDSN/UID=scott/PWD=tiger