Term confusion here?

JDBC, an abstract database API, is part of Java and is included.

JDBC requires drivers for vendor specific db access.

In the case of Oracle, you need to look in the Oracle home jdbc/lib
directory for a file called classes111.zip.

Make sure this file is somewhere in your CLASSPATH and you're set!

John Summerfield wrote:
> 
> On Wed, 24 Mar 1999, Chien-Lung Wu wrote:
> 
> > Dear firends:
> > I am a newbie of the JAVA and Oracle. However I have to install the Oracle on
> > my Linux box. I read some information said that JAVA 1.X can support JDBC. Now
> > this is  my question.
> > 1. If I want to use JAVA to access Oracle, can I have to install JDBC for
> >    ORACLE?
> >
> > 2. Where can I get the JDBC, which can support ORACLE, if I need to?
> 
> It's included, at least in the version I downloaded (8.0.5).


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to