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: JDK1.3 and Oracle

Re: JDK1.3 and Oracle

From: C. Ferguson <c_ferguson_at_rationalconcepts.com>
Date: Sun, 31 Dec 2000 22:41:40 GMT
Message-ID: <3A4FB6FE.3EA6300D@rationalconcepts.com>

Hi,

   you should be able to access the database with code written in jdk1.3. I've done it using the thin driver for java 2. (classes12.zip). Didn't have to change any code that in its latest upgrade went from jdk1.2.1 to jdk1.3.0.

You will just have to be careful when doing things specifically made available in jkd1.3 in the java.sql class, but all you have to do is read the api's. If you just stick to what's available in the 1.2.x apis, then you shouldn't have any problems with Oracle.

hth,
cindy

jisenho_at_seas.upenn.edu wrote:

> I'm trying to develop an application using Allaire's JRUN3.0 and
> oracle8i personal edition on a Win98 system. Jrun requires jdk1.3 in
> order, oracle 8i only supports jdk1.2(or some other earlier release)
>
> Is there a way for me to still use JDK1.3 to access an Oracle8i
> database?, if not are there versions of Oracle that support JDK1.3?
>
> Sent via Deja.com
> http://www.deja.com/
  Received on Sun Dec 31 2000 - 16:41:40 CST

Original text of this message

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