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 in PLSQL

Re: Java in PLSQL

From: Krobber <adam.krob_at_?cexp?.com>
Date: 1998/04/13
Message-ID: <6gts2r$435$2@news-2.csn.net>#1/1

You might consider writing the portion of your application that you want to manipulate data as a Java servlet. This would minimize the download/execution overhead of your client applet portion which could make a call to the servlet and leave the back-end overhead on the back-end (how appropriate ;->)

Good Luck Received on Mon Apr 13 1998 - 00:00:00 CDT

Original text of this message

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