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: Frank Piron <empty_at_zero.nil>
Date: Wed, 10 Nov 2004 08:12:36 +0100
Message-ID: <opsg8mbapgm0et4w@news.online.de>


Am Tue, 09 Nov 2004 22:47:05 GMT schrieb Richard Kuhler <noone_at_nowhere.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?

You may call the java application from an external library (.dll or .so). See "External Routines" in "Application Developer’s Guide - Fundamentals"  from the Oracle Documentation.

-- 
Frank Piron,
etfrankatkonaddotn
(leftrotate two)
Received on Wed Nov 10 2004 - 01:12:36 CST

Original text of this message

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