From: "Nico Seessle" <nico@seessle.de>
Subject: Re: using Oracle's JDBC driver
Date: 1998/12/12
Message-ID: <74t6o9$srr$1@news.ipf.de>#1/1
References: <Pine.GSO.3.96.981211131008.13238A-100000@elaine15.Stanford.EDU>
X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3
X-Complaints-To: jonas@ipf.de
X-Trace: news.ipf.de 913448521 29563 195.211.217.16 (12 Dec 1998 07:42:01 GMT)
Organization: IPF.Net - welcome to the world.
NNTP-Posting-Date: 12 Dec 1998 07:42:01 GMT
Newsgroups: comp.lang.java.databases,comp.databases.oracle.tools,comp.databases.oracle.misc


Anne Kwong schrieb in Nachricht ...
>Hi,
> I am newbie to Oracle and I am trying to setup a JDBC connection
>with the oracle database.   Could anyone give me
>any information how to do
>that?  I downloaded the Oracle JDBC driver from  the oracle web site and
>when I try the following program, I get error that says:
>
>The dynamic link library ORA73.dll could not be found in the specified
>path.

If it is really complaining about ORA73.DLL you are probably missing an
Oracle-Client on the computer you are running this sample on.

If you don't want to install an Oracle-Client you must use the thin-drivers
which should be in the same package downloaded from oracle.


--
MfG Nico Seessle
--
// Nico Seessle * http://www.seessle.de * at Work: seessle @ hmorga.de





