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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Java Stored Procedures ??

Re: Java Stored Procedures ??

From: JP Moresmau <jeffries_at_indigo.ie>
Date: Wed, 23 Feb 2000 18:52:10 -0000
Message-ID: <8919u9$84k$1@kermit.esat.net>


Java Stored Procedures can access tables as well as plsql ones. To access them from the outside, though, you need to write a PL/SQL call spec that defines the signature of the procedure. My advice: unless you really need some Java code, use PL/SQL. Or just use Java for the particular functions you can't implement in PL/SQL. See the Java Stored Procedures User Guide for more details on Call Specs.

--
JP Moresmau
jpmor_at_gofree.indigo.ie
http://frenchstud.io Received on Wed Feb 23 2000 - 12:52:10 CST

Original text of this message

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