Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Oracle JDBC driver
Straight from the JDBC docs, "The Oracle JDBC drivers are compatible with JDK versions 1.02 and 1.1.x. The Oracle JDBC drivers for version 8.1.5 do not support the JDK 1.2". That's your first problem. Also, "If you have installed the JDBC OCI driver, you must install the Oracle client software. This includes the Net8 and the OCI libraries." That's your second problem. It may be possible to do what you're trying using just the thin driver, but I still don't know how it would know how to find the database.
Dan
-----Original Message-----
Sent: Wednesday, March 14, 2001 6:05 PM
To: Multiple recipients of list ORACLE-L
I am using Jdk 1.3
and
CLASSPATH=.;d:\jdk1.3\binl;d:\jdbc\lib\classes111.zip;d:\jdbc\lib\nls_charse t2.zip;d:\jdbc\lib\classes12.zip PATH=d:\jdk1.3\bin;c:\winnt\system32;d:\sdkjava\bin;d:\jdbc\lib\classes12.zip;d:\jdbc\lib\classes111.zip
Thanks
>From: "Dasko, Dan" <Dan.Dasko_at_cdicorp.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: Wed, 14 Mar 2001 13:21:52 -0800
>
>Which version JDK are you using? I only got the thin driver working. Try
>getting the thin driver working.
>
>Dan
>
>-----Original Message-----
>Sent: Wednesday, March 14, 2001 3:02 PM
>To: Multiple recipients of list ORACLE-L
>
>
>Here is the code:
>
>DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
>Connection conn =
> DriverManager.getConnection ("jdbc:oracle:oci8:@myserver", "admin",
>"admin");
>
>This failed when call DriverManager.registerDriver(new
>oracle.jdbc.driver.OracleDriver());
>
>Now after set the classpath=d:\jdbc\lib\classes111.zip. It gives me the
>error ORA805.dll not found in the specified path
> >From: "Marin Dimitrov" <marin_at_sirma.bg>
> >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: Wed, 14 Mar 2001 01:20:23 -0800
> >
> >----- Original Message -----
> >To: "Multiple recipients of list ORACLE-L" <ORACLE-L_at_fatcity.com>
> >Sent: Wednesday, March 14, 2001 00:06
> >
> >
> > >
> > > 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"
> >
> >
> >How do u initialize the driver in your application? How do the class name
> >and the url look like?
> >
> >
> > Marin
> >
> >----
> >"When someone is seeking, it happens quite easily that he only sees
> >the thing that he is seeking; that he is unable to find anything, unable
>to
> >absorb anything, because he is only thinking of the thing he is seeking,
> >because he is obsessed with his goal. Seeking means: to have a goal;
> >but finding means: to be free, to be receptive, to have no goal. ..."
> >
> >
> > Herman Hesse, "Siddhartha"
> >
> >
> >--
> >Please see the official ORACLE-L FAQ: http://www.orafaq.com
> >--
> >Author: Marin Dimitrov
> > INET: marin_at_sirma.bg
> >
> >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).
>
>_____________________________________________________________________
>This e-mail message has been scanned for the presence of all known computer
>viruses by the MessageLabs Virus Control Center. However, it is still
>recommended that you use local virus scanning software to monitor for the
>presence of viruses.
>--
>Please see the official ORACLE-L FAQ: http://www.orafaq.com
>--
>Author: Dasko, Dan
> INET: Dan.Dasko_at_cdicorp.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: 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). _____________________________________________________________________ This e-mail message has been scanned for the presence of all known computer viruses by the MessageLabs Virus Control Center. However, it is still recommended that you use local virus scanning software to monitor for the presence of viruses. -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Dasko, Dan INET: Dan.Dasko_at_cdicorp.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 Thu Mar 15 2001 - 15:10:40 CST
![]() |
![]() |