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: newbie to java oracle

Re: newbie to java oracle

From: Brian Peasland <dba_at_remove_spam.peasland.com>
Date: Mon, 3 Nov 2003 20:09:53 GMT
Message-ID: <3FA6B611.129CFBE6@remove_spam.peasland.com>


Your client install should have included the JDBC drivers. To verify, make sure that they are in %ORACLE_HOME%\jdbc\lib. Then, add the appropriate driver(s) to your CLASSPATH environment variable. There really isn't any difference if this is a servlet or not. What makes big difference is if this is an applet that uses the thin drivers or can you use the thick drivers.

HTH,
Brian

bigbinc wrote:
>
> I need to make a jdbc connection to oracle, I was wondering what are
> the initial steps. I have the oracle 9 client installed, I have yet
> to set any classpaths. Should I have to install the jdbc drivers?
> Also will I have to do any thing different to connect to oracle
> through a servlet.
>
> I assume, all I have to do is set the classpath to the jdbc drivers
>
> I read the docs, they are not leading me any where.

-- 
===================================================================

Brian Peasland
dba_at_remove_spam.peasland.com

Remove the "remove_spam." from the email address to email me.


"I can give it to you cheap, quick, and good. Now pick two out of
 the three"
Received on Mon Nov 03 2003 - 14:09:53 CST

Original text of this message

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