Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Java Stored Procedures ??
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
![]() |
![]() |