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: oracle 9: collections syntax in proc?

Re: oracle 9: collections syntax in proc?

From: <matt_at_mailinator.com>
Date: 27 Jun 2006 09:05:56 -0700
Message-ID: <1151424356.873156.133470@p79g2000cwp.googlegroups.com>


Steve Howard wrote:

> To fix your immediate syntax problem, you need to create your own type,
> and pass that. In your package spec, something like...
>
> t_IDCollection IS TABLE OF INTEGER INDEX BY BINARY INTEGER;
>
> ...and in your proc definition...
>
> p_IDCollection IN t_IDCollection

ah, i see... yes that makes sense. created a new package-level type, use that in the procs.

thanks!
matt Received on Tue Jun 27 2006 - 11:05:56 CDT

Original text of this message

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