Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Oracle JDBC driver
You will need to set your PATH to include the location of the required DLL's.
Jared
On Wed, 14 Mar 2001, mai huynh wrote:
> I set the classpath point to the zip file. Now, in java file, when run the
> following line, I get the error: the dynamic link library ORA805.dll could
> not be found in the specified path.
> DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
>
> >From: jkstill_at_cybcon.com
> >To: mai huynh <mhuynh5_at_hotmail.com>
> >CC: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
> >Subject: Re: Oracle JDBC driver
> >Date: Wed, 14 Mar 2001 08:36:33 -0800 (PST)
> >
> >
> >Take a look at the JDBC manual, it's on the doc CD.
> >
> >Just adding d:\jdbc\lib to your classpath isn't good enough.
> >
> >The needed classes are not in a jar file, they are in a zip file.
> >Include d:\jdbc\lib\classes12.zip in your CLASSPATH.
> >
> >Jared
> >
> >On Tue, 13 Mar 2001, mai huynh wrote:
> >
> > > when I unzip the zip file, it has 3 files: classes111.zip and 2 other
> >files.
> > > I put it in the d:\jdbc\lib and set classpath=d:\jdbc\lib and the
> > > path=d:\jdbc\lib; Is that all I have to do? I thought that I need to
> >run
> > > something to set it up. Thanks
> > >
> > >
> > > >From: Val_Gamerman/Victoria_Financial.VICTORIA_FINANCIAL_at_lnn.com
> > > >Reply-To: ORACLE-L_at_fatcity.com
> > > >To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
> > > >Subject: Re: Oracle JDBC driver
> > > >Date: Tue, 13 Mar 2001 15:15:20 -0800
> > > >
> > > >
> > > >
> > > >
> > > >Mai,
> > > >
> > > >The only thing you have to do is to set your classpath correctly. That
> >of
> > > >course if you are installing thin drivers. If you are installing any
> >other
> > > >JDBC drivers (JDBC-OCI, etc., etc.) then you also need to make sure
> >that
> > > >you have Oracle client installed correctly, etc., etc.
> > > >
> > > >Hope this helps.
> > > >
> > > >Val Gamerman.
> > > >To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
> > > >cc: (bcc: Val Gamerman/Victoria Financial)
> > > >Date: 03/13/2001 10:06:52 PM GMT
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >does anyone can tell me where to install Oracle JDBC driver? I looked
> >up
> > > >oracle web site, but they just let me download the zip file and
> >instruct
> > > >how
> > > >to set the classpath and i still get the error 'unsuitable ddriver"
> > > >_________________________________________________________________
> > > >Get your FREE download of MSN Explorer at http://explorer.msn.com
> > > >--
> > > >Please see the official ORACLE-L FAQ: http://www.orafaq.com
> > > >--
> > > >Author: mai huynh
> > > > INET: mhuynh5_at_hotmail.com
> > > >Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> > > >San Diego, California -- Public Internet access / Mailing Lists
> > > >--------------------------------------------------------------------
> > > >To REMOVE yourself from this mailing list, send an E-Mail message
> > > >to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> > > >the message BODY, include a line containing: UNSUB ORACLE-L
> > > >(or the name of mailing list you want to be removed from). You may
> > > >also send the HELP command for other information (like subscribing).
> > > >
> > > >
> > > >
> > > >--
> > > >Please see the official ORACLE-L FAQ: http://www.orafaq.com
> > > >--
> > > >Author:
> > > > INET: Val_Gamerman/Victoria_Financial.VICTORIA_FINANCIAL_at_lnn.com
> > > >
> > > >Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> > > >San Diego, California -- Public Internet access / Mailing Lists
> > > >--------------------------------------------------------------------
> > > >To REMOVE yourself from this mailing list, send an E-Mail message
> > > >to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> > > >the message BODY, include a line containing: UNSUB ORACLE-L
> > > >(or the name of mailing list you want to be removed from). You may
> > > >also send the HELP command for other information (like subscribing).
> > >
> > > _________________________________________________________________
> > > Get your FREE download of MSN Explorer at http://explorer.msn.com
> > >
> > > --
> > > Please see the official ORACLE-L FAQ: http://www.orafaq.com
> > > --
> > > Author: mai huynh
> > > INET: mhuynh5_at_hotmail.com
> > >
> > > Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> > > San Diego, California -- Public Internet access / Mailing Lists
> > > --------------------------------------------------------------------
> > > To REMOVE yourself from this mailing list, send an E-Mail message
> > > to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> > > the message BODY, include a line containing: UNSUB ORACLE-L
> > > (or the name of mailing list you want to be removed from). You may
> > > also send the HELP command for other information (like subscribing).
> > >
> >
>
> _________________________________________________________________
> Get your FREE download of MSN Explorer at http://explorer.msn.com
>
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: INET: jkstill_at_cybcon.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Wed Mar 14 2001 - 15:42:55 CST