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: calling java jar file from within a trigger

Re: calling java jar file from within a trigger

From: <kuassi.mensah_at_gmail.com>
Date: 16 Nov 2006 22:31:54 -0800
Message-ID: <1163745114.551131.179900@b28g2000cwb.googlegroups.com>

schw wrote:
> Hi
>
> what is the easiest and most efficient way of calling a procedure from
> a jar or java file within a trigger in Oracle ?
>
> thanks
> schw

>From what i understand, you want to invoke an external Java code from
within a trigger. If so, it'll depend on the form under which the Java code is running (i.e., as an RMI server, EJB, Servlet, or JSP). I describe all the call-out possibilities in my book: http://db360.blogspot.com/2006/08/oracle-database-programming-using-java_01.html Received on Fri Nov 17 2006 - 00:31:54 CST

Original text of this message

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