Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: newbee - jdbc

Re: newbee - jdbc

From: Richard Ji <richard.c.ji_at_gmail.com>
Date: Wed, 19 Apr 2006 12:10:07 -0400
Message-ID: <b4d52f20604190910h5d43e97dmb60f1d2108133fd9@mail.gmail.com>


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-l
Received on Wed Apr 19 2006 - 11:10:07 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US