Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle Collections
On Sep 21, 7:25 pm, "ame..._at_iwc.net" <ame..._at_iwc.net> wrote:
> Hi,
>
> I need to test a procedure. The procedure has like 15 input
> parameters, and 1 output parameter. Of the 15 input parameters, one
> of them is a collection.
>
> How can I simulate this EXECUTE statement from SQLPLUS???
>
> Thanks!
Something like
exec myproc(mycollectiontype('Banana','Fruitcake','Hatstand'))
or else code an anonymous block in which you declare and populate a suitable collection. Received on Sat Sep 22 2007 - 07:21:59 CDT
![]() |
![]() |