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

Home -> Community -> Usenet -> c.d.o.tools -> Re: Oracle 8.1.6 JDBC drivers with Oracle 8.1.5 ?

Re: Oracle 8.1.6 JDBC drivers with Oracle 8.1.5 ?

From: Mark Fisher <mark.fisher_at_britannic.co.uk>
Date: 2000/05/17
Message-ID: <8ftqni$ph4$1@soap.pipex.net>#1/1

You need to install the Oracle 8.1.6 client to get JDBC access to an Oracle database using jdk 1.2.x.

If you are using jdk 1.1.x, then you use classes111.zip, and this can be from Oracle 8.1.5 or 8.1.6 client.

As J.T.Wenting said, you need 8.1.6 to access Java2.

When you install the appropriate client, it installs the appropriate libraries it needs (well it did here on our NT machine).

We are using NT client/server, and have found that OCI works fine with the 8.1.6 client, in jdk 1.2.2 environment talking to an 8.0.4 database (all on the same machine). It also talks to 8.0.4 databases running on unix using OCI.

>So if I just download/install JDBC drivers themselves (classes111.zip
>and/or classes12.zip) I should be fine?
>Do I need to install anything else? (e.g. libocijdbc8.so)?
>
>Thanks,
>
>Otis
>
>
>> "Otis Gospodnetic" <otis_at_my-deja.com> wrote in message
>> news:8frvlc$ila$1_at_nnrp1.deja.com...
>> > Hi,
>> >
>> > Does anyone know if it is possible to just install 8.1.6 version of
>> > Oracle's JDBC drivers and use them with Oracle 8.1.5?
>> >
>> > Do JDBC drivers have some requirements? (e.g. OCI driver required
>> > libocijdbc.so or whatever it is called). Anything else?
>> >
>> > Thanks,
>> >
>> > Otis
>
>
>Sent via Deja.com http://www.deja.com/
>Before you buy.
Received on Wed May 17 2000 - 00:00:00 CDT

Original text of this message

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