Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: newbee - jdbc
What your Oracle version and JDK version? JDBC drivers are under
$ORACLE_HOME/jdbc/lib. If you JDK is 1.4 and above and Oracle is 10g,
then you should put ojdbc14.jar in your classpath. You should read up
on Oracle's JDBC Developer's Guide.
HTH Richard Ji
On 4/19/06, Mathias Diehl <md_at_evoconcept.de> wrote:
> Hi List,
>
> soryy for the dumb question...
>
> I'm *very* new to oracle and tried to setup a java app using jdbc on a second server.
>
> I get the error:
> Check that the Jdbc drivers are included in your class path.
> Error loading JDBC driver: "oracle.jdbc.driver.OracleDriver
-- http://www.freelists.org/webpage/oracle-lReceived on Wed Apr 19 2006 - 11:10:07 CDT