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 -> Java Stored Procedure

Java Stored Procedure

From: Kliff <klifford_at_spray.se>
Date: 24 Oct 2002 09:08:09 -0700
Message-ID: <7abd539a.0210240808.423c8b44@posting.google.com>


Hello there!

I have made a Java Stored Procedure that contacts another database and gets some information back. I put the result in a java.lang.String[] array.
Is it possible to return the array directly to the trigger/function that I have created in the Oracle database, or how shall I do to get the values to the trigger/function?

The Java Stored Procedure is triggered in a BEFORE INSERT trigger.

Thanks in advance!

/Kliff Received on Thu Oct 24 2002 - 11:08:09 CDT

Original text of this message

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