Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Iterating through array as input parameter to stored procedure.

Re: Iterating through array as input parameter to stored procedure.

From: <chris.hulan_at_gmail.com>
Date: 5 Jun 2006 09:50:39 -0700
Message-ID: <1149526239.492258.41830@h76g2000cwa.googlegroups.com>


As you process each element of the input array, push the results of each query into an output array. After the input array is fully scanned the output array will contain all the results. The output array will have to be prvided as an OUTPUT parameter, or a global.

Cheers Received on Mon Jun 05 2006 - 11:50:39 CDT

Original text of this message

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