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: Java needed for JDBC connections?

Re: Java needed for JDBC connections?

From: Avi Abrami <aabrami_at_intersystemsww.com>
Date: Thu, 01 Mar 2001 06:58:36 +0200
Message-ID: <3A9DD6FB.3E7C7AE2@intersystemsww.com>

Martin Doering wrote:

> Hello!
>
> Do I need to install the Java stuff with the server to accept jdbc
> connections, or is oracles jdbc interface a native implementation?
>
> We have problems with the servers Java installation, and would like to
> get rid of it...
>
> Martin Döring

Hi Martin,
In order to connect to an Oracle database from a java application, all you need is the Oracle JDBC driver. This driver is usually located in file "classes12.zip".

I'm afraid I don't know which directory that is located in, but you can always download it from the Technet site at

http://technet.oracle.com

You _don't_ need to install the database server's JVM.

Hoping this has been of assistance to you, Avi. Received on Wed Feb 28 2001 - 22:58:36 CST

Original text of this message

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