Oracle jdbc driver
20 October, 2009
Where is the Oracle jdbc driver located? In the webapps/lib directory, I do not see a classes12.jar file. When an Oracle connection is created, what driver is it using?
The jar file used for Oracle is ojdbc14.jar.
The driver to select in the Connection details page is oracle.jdbc.OracleDriver, and the database URL should be of the form:
jdbc:oracle:thin:@:1521:
The driver to select in the Connection details page is oracle.jdbc.OracleDriver, and the database URL should be of the form:
jdbc:oracle:thin:@:1521: