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: Optional arguments in procedures?

Re: Optional arguments in procedures?

From: Terry Dykstra <dontreply_tdykstra_at_cfol.ab.ca>
Date: Tue, 06 Mar 2001 20:49:55 GMT
Message-ID: <T3cp6.16629$go.1951998@news0.telusplanet.net>

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...

> 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.
>
>
>
>
Received on Tue Mar 06 2001 - 14:49:55 CST

Original text of this message

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