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: Problems setting up JDBC Drivers to run on Win98

Re: Problems setting up JDBC Drivers to run on Win98

From: <Val_Gamerman/Victoria_Financial.VICTORIA_FINANCIAL_at_lnn.com>
Date: Wed, 14 Feb 2001 10:06:19 -0800
Message-ID: <F001.002B438B.20010214094118@fatcity.com>

I can not speak without seeing your autoexec.bat if you have a prblem with PATH, however it should not matter if you switch to thin drivers (BTW, you can dwonload them for free from technet.oracle.com)

Your problem is CLASSPATH.

Identify the jar file (or ZIP file I think that's how Oracle ships their JDBC drivers). For instance JDBC thins drivers for Oracle 7 should be called something like classes111.zip.

Change your autoexec.bat to set a CLASSPATH variable to: set CLASSPATH=%CLASSPATH%;\full\path\classes111.zip

I don't know what version of JDK you are using that's why I included %CLASSPATH%. In general search the net you will find lot's of detailed instructions on how to setup your PC to run Java and JDBC.

Val Gamerman.

To:       Val Gamerman/Victoria Financial_at_VICTORIA FINANCIAL
cc:       Belinda Taylor _ <btaylor3_at_gmu.edu>, ORACLE-L_at_fatcity.com
Date:     02/14/2001 04:03:17 PM GMT




Here is some clarification. I downloaded the OCI drivers from Oracle's website. I could not find the thin drivers anywhere. If anyone knows where I can get the thin drivers from, it would be helpful. I double checked for spaces in the PATH statement, there is none. Not unless quotes around the PATH value are an issue.let me know on this. My DOS knowledge is fading.. If Oracle7 for HP-UX came with oci or thin drivers, I'm not experience enough to identify them, especially when they have never been used before. The error message we get from executing javac is as follows:
javac JdbcCheckup.java
19: cannot resolve symbol
symbol: class Oracle Driver
location: package driver
DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver()) Thanks for any help.
Belinda

begin:vcard
n:Taylor;Belinda
tel;fax:703-993-3403
tel;work:703-993-3346
x-mozilla-html:FALSE
url:http://www.gmu.edu
org:George Mason University;University Computing and Information Systems
(UCIS)

version:2.1
email;internet:btaylor3_at_gmu.edu
title:Database Analyst
adr;quoted-printable:;;4400 University Drive=0D=0AMSN 1B5;Fairfax;VA;22554;USA
x-mozilla-cpt:;0
fn:Belinda Taylor
end:vcard

-- 
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).
Received on Wed Feb 14 2001 - 12:06:19 CST

Original text of this message

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