Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Iterating through array as input parameter to stored procedure.
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
![]() |
![]() |