Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Optional (ignored) parameters in stored procedures (PL/SQL)? How to?
Thanks guys, I think native dynamic SQL will be the solution.
K.
Daniel Morgan <damorgan_at_x.washington.edu> wrote in message news:<1073667968.166471_at_yasure>...
> Niall Litchfield wrote:
>
> > How about overloading your function
> >
> > eg
> >
> > Function doit(memberid in T_UM_BASE.UMBS_MEMB%TYPE, state in
> > T_UM_BASE.UMBS_MEMB%TYPE);
> > Function doit(memberid in T_UM_BASE.UMBS_MEMB%TYPE);
> >
> > with appropriate selects in each one.
> >
>
> Or using native dynamic SQL?
>
> Though I do like overloading.
Received on Sat Jan 10 2004 - 07:42:23 CST
![]() |
![]() |