Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Conencting Java to Oracle instance

Re: Conencting Java to Oracle instance

From: John <SeeMessageBody_at_nospam.com>
Date: Sat, 21 Jun 2003 18:57:05 GMT
Message-ID: <5U1Ja.6754$C83.622575@newsread1.prod.itd.earthlink.net>


Peter:
> > I would like to connect our Java applications to an Oracle instance on
> > Win200 Server. What type of drivers(type 1,2) do I need? Where can I
> > find them?

"Rauf Sarwar":
> Both type-2 and 4 are bundled with Oracle software. Look at
> ORACLE_HOME\jdbc\lib directory.

Peter, Rauf's already got you in good hands. Just a footnote, which you may already know: Put the classes zip file ---not the directory that contains it-- in your CLASSPATH. So your CLASSPATH might be something like: CLASSPATH=.;D:\oracle\ora81\jdbc\lib\classes12.zip i.e., treat the classes bundle file as if it were a directory itself when you set your CLASSPATH. Received on Sat Jun 21 2003 - 13:57:05 CDT

Original text of this message

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