Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Oracle JDBC driver
Try to include d:\jdbc\lib in your PATH as well. Are you using the thin driver or OCI driver?
-----Original Message-----
Sent: Wednesday, March 14, 2001 2:56 PM
To: Multiple recipients of list ORACLE-L
I think my question is not clear. I have Oracle database on another
machine. My machine doesn't have Oracle on it. I just want to install
Oracle JDBC driver for my java program to connect to database. I down load
the JDBC driver on Oracle website. It's just a zip file, contains
classes111.zip, classes12.zip, ocij805dbc.dll,oci805jdbc_g.dll. I extract
them under folder d:\jdbc\lib and set
classpath=d:\jdbc\lib\classes111.zip;d:\jdbc\lib\classes12.zip
It gives me the error: ORA805.dll missing in the specified path when I call
the code:
DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
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 06:46:09 -0800
>
>Remember, Oracle is very particular about which driver and which JDK. If
>you have those correct, then it usually installs in $ORACLE_HOME/jdbc in
>NT.
>For Unix, I don't have any idea.
>
>Dan
>
>-----Original Message-----
>Sent: Tuesday, March 13, 2001 5:07 PM
>To: Multiple recipients of list ORACLE-L
>
>
>
>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).
>
>_____________________________________________________________________
>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). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Richard Ji INET: richard_at_letsplay.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 - 16:04:13 CST
![]() |
![]() |