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: Q: java - oracle

Re: Q: java - oracle

From: cyriel.vringer <cyriel.vringer_at_pop.gsd.nos.nl>
Date: 1997/07/25
Message-ID: <33D8C573.386E@pop.gsd.nos.nl>#1/1

Larry Magiera wrote:
>
> Hi everone. Does anyone know if the following is possible?
>
> I'd like to create a Java applet using JDK 1.0.2. I'd like the
> applet to run in a Java-enabled browser. I'd like the applet to
> interface with an Oracle database. I do not want to install *any*
> software on the client machine, except the browser.
>
> --
> Larry Magiera
> Syracuse Research Corporation
> 6225 Running Ridge Road
> North Syracuse, NY 13212-2509
> magiera_at_syrres.com
> 315 452-8026

Yes, you can use the oracle thin-driver (type 4 jdbc) witch is completely java.
You can get it at
http://www.oracle.com/nca/java_nca/jdbc/html/download.html You have to have a database on the same machine as the applet comes from (Java security)
And the DB must be 7.3 or higher. (read 7.2 must do it too, bu i haven't tried it).
Ps: works with NS 3.0, Explorer gave me some problems, and isn't working yet.... Received on Fri Jul 25 1997 - 00:00:00 CDT

Original text of this message

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