Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Optional arguments in procedures?
If you define a procedure within a package, you can overload the procedure. This gives you the capability of passing a different number and/or type of arguments to the procedure.
-- Terry Dykstra Canadian Forest Oil Ltd. "joebob" <joebob_at_zipcon.n0t> wrote in message news:983911458.228031_at_news.zipcon.net...Received on Tue Mar 06 2001 - 14:49:55 CST
> I read the docs and it looks like arguments don't have a way of being
defined as optional. So does that mean that I would use
> conditional statements inside the proc to accomplish the same thing?
Thanks ..
>
> --
> To reply directly, replace the zero in my email address with the letter e.
>
>
>
>
![]() |
![]() |