Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: one question for Stored Procedure
array as in PL/SQL table (others call it an "index-by" table) of some Oracle datatype, yes. (However you cannot have a PL/SQL table of datatype varray or nested table, if I remember my 8.0.5 rules correctly).
array as in varray, yes.
There are several answered questions like yours in the archives of this and
other Oracle newsgroups (at the least, I know I answered one about 2 weeks
back). Try deja.com to search them. Plus this is documented in the Oracle
documentation and in the PL/SQL books from O'Reilley and Oracle Press. Give
'em a look!
- bill c.
"lkw" <lkw_at_axiomatique.com> wrote in message
news:8a7393$agq$1_at_newton.pacific.net.sg...
> Hi all,
>
> i got another question for stored procedure...
> can the parameter IN/OUT support array?
>
> lkw.
>
>
Received on Wed Mar 08 2000 - 00:00:00 CST
![]() |
![]() |