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 -> Arrays and Java Stored Procedures

Arrays and Java Stored Procedures

From: C <cnsxxx09_at_netscape.net>
Date: 27 Sep 2001 08:57:16 -0700
Message-ID: <938e983f.0109270757.40dda0ae@posting.google.com>


Hi,

I want to pass 0..x sets of data into a Java Stored Procedure; and each set of data is a 4 element array.

So effectively I want to pass an array of an array into my procedure.

Is this possible to do from a PL/SQL call to the Java Stored Procedure?

And if so, is it possible to have the arrays as Object arrays (ie not defined to a type)?

Many TIA

Chris
-=-=- Received on Thu Sep 27 2001 - 10:57:16 CDT

Original text of this message

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