Re: How to configure client-site JDBC

From: les <sleszek_at_hotmail.com>
Date: Thu, 13 Jun 2002 22:52:55 -0400
Message-ID: <STcO8.38672$_h5.1849966_at_news20.bellglobal.com>


[Quoted] I want to write a servlet (or JSP) that will be able to access the database on the server?
[Quoted] I know how to write a java code to use the driver but that's not all. I guess I need a JDBC driver on my machine for Oracle. So I've got one from Oracle (client-site JDBC thin).
[Quoted] The question is how to install it?

Thanks,
les

"shane" <shane.willc_at_nospam.co.nz> wrote in message news:3D085482.46024E93_at_nospam.co.nz...
> Installing jdbc drivers won't actually do anything unless you use them via
some
> java to access your db. I get the impression your not about to write some
java.
> Is there some reason why you must use a java client rather than an Oracle
> sqlplus client? If you need to use jdbc to get at the db your code should
> probably
> be in the middle tier, using thin clients. When you say 'setup a client
site
> Oracle JDBC driver to utilize it from my servlets' what do you mean?
> Do you mean you want to get to some servlets that are providing data
access
> already?
>
> More information required
>
> les wrote:
>
> > Hello,
> >
> > I run oracle on the network server and I want to access the database
over
> > the network from my machine. However, I don't know how to setup a client
> > site Oracle JDBC driver to utilize it from my servlets. I'm running NT
> > machine and Oracle is on NT also. It is 9i version of Oracle.
> >
> > I've downloaded client site drivers from Oracle, however, there is no
readme
> > file or any instructions how to register it on Windows. (Adding driver's
> > location to the CLASSPATH and PATH didn't help).
> >
> > Any help is greatly appreciated,
> > iza
>
Received on Fri Jun 14 2002 - 04:52:55 CEST

Original text of this message