Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: undefined number of parameters
you will have to build it on the fly with dynamic pl/sql(wrap it in
execute immediate).
this will not scale well since it will need to be recompiled each time its executed.
laly.kattoor_at_bnpparibas.com (laly) wrote in message news:<ef64358b.0403212346.2209c168_at_posting.google.com>...
> Hello,
>
>
> Is it possible to develop a PL/SQL function having a variable number
> of parameters to implement in Oracle 8i, Oracle 9i's coalesce like
> function ?
>
>
> Thanks in advance,
>
> Laly.
Received on Mon Mar 22 2004 - 11:43:47 CST
![]() |
![]() |