No suitable driver found for Oracle jdbc attempt
511785Aug 17 2009 — edited Aug 22 2009I am trying to connect to Oracle 9i using jdbc on Tomcat 6.0.18 and keep getting error message:
java.sql.SQLException: no suitable driver found
I have the correct oracle url and the driver (ojdbc14) is loaded and in the classpath.
I tried different driver syntax:
oracle.jdbc.OracleDriver
and
oracle.jdbc.driver.OracleDriver
Please advise what else I can check?