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: 9i trigger to call a java program, outside oracle jvm

Re: 9i trigger to call a java program, outside oracle jvm

From: steve <me_at_me.com>
Date: Mon, 15 Nov 2004 06:25:40 +0800
Message-ID: <0001HW.BDBDFC640004FF49F05095B0@news.newsguy.com>


On Wed, 10 Nov 2004 05:40:11 +0800, chris wrote (in article <c452700a.0411091340.609edd3c_at_posting.google.com>):

> We need an oracle trigger or java stored procedure to be able to call
> a java application outside of the oracle jvm. Can this be done?
>
> From sun website, looks like JSP can only call java program inside
> oracle jvm. They also list a way around this, by using appserver and
> webservices approach.
>
> Anything else?
>
> thanks.
>
> c

you can call it using normal java calls. just supply the classpath.
or if you want to get clever , you can compile it from within the , using the java compiler outside the vm, then call it. Received on Sun Nov 14 2004 - 16:25:40 CST

Original text of this message

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