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: Richard Kuhler <noone_at_nowhere.com>
Date: Tue, 09 Nov 2004 22:47:05 GMT
Message-ID: <JNbkd.46068$hN1.1899@twister.socal.rr.com>


chris wrote:
> 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?

Well, presumably you're trying to avoid starting a new VM for this "java application" or you'd just use Runtime.exec(). The only way I can think of avoiding that is to have something that looks like a service running.   It's not particularly difficult to roll your own simple SOAP substitute using UTL_TCP and a Java daemon.

--
Richard Kuhler
Received on Tue Nov 09 2004 - 16:47:05 CST

Original text of this message

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