Java Stored Procedure

From: Kliff <klifford_at_spray.se>
Date: 24 Oct 2002 09:08:09 -0700
Message-ID: <7abd539a.0210240808.423c8b44_at_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 - 18:08:09 CEST

Original text of this message