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 & Oracle program

Re: Java & Oracle program

From: Greg Parsons <parsons_at_intermetrics.com>
Date: Mon, 27 Apr 1998 19:26:01 GMT
Message-ID: <3544DBC9.893FD9E1@intermetrics.com>


Hi,

    A Java applet cannot manipulate data within an Oracle database by itself. It must run a stored procedure within the database through a cartridge. So, look into writting a simple PL/SQL script to store a proc for that portion of the project.
Greg

LoveDaLive wrote:

> Hi.
>
> I am a student of informatica from Holland wich has to make program that
> works with Oracle databases. Because I have no experience with Oracle
> databases, I am asking for some help with my program development.
>
> We have to make a program written in Java.
>
> It works as follows:
> We have a nework, intranet, with a client and a server. On the server
> there is an Oracle database. Now we have to make a java-applet, wich you
> kan startup on the client, communicate with an applet or aplication on
> the server, wich can modify the database. We are trying to do this by
> making an telnet connection with the server. This server has to
> communicate with the database, probably with JDBC.
>
> Because this is a difficult program to make, I am asking for
> suggestions, tools, links or whatever wich will help us to make this
> program.
>
> Thanks,
> Roeland Werring
> Holland
> p.s. Sorry for the bad English....
Received on Mon Apr 27 1998 - 14:26:01 CDT

Original text of this message

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