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: Oracle JDBC driver

RE: Oracle JDBC driver

From: Dasko, Dan <Dan.Dasko_at_cdicorp.com>
Date: Wed, 14 Mar 2001 15:07:06 -0800
Message-ID: <F001.002CCF62.20010314142507@fatcity.com>

Well, I never tried that and I don't know if that's even possible. I believe that the jdbc drivers are going to expect sql*net or a database to be present on your system. So, since you don't have an Oracle client install on your computer, that explains why it can't find the dll. The more I think about it, the more I'm sure that you can't develop a program unless you have at least an Oracle client install on your machine.

Dan

-----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).



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).
Received on Wed Mar 14 2001 - 17:07:06 CST

Original text of this message

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