Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: function / arguments
"Roberto Nenni" <rnenni.questo_no_at_toglierequiAccaErre.it> wrote in message
news:44450a9d$0$29107$5fc30a8_at_news.tiscali.it...
: Hi all.
:
: Is it possible in Oracle to create 2 (or more) functions with the same
name,
: but with differents arguments?
:
: Thanks
: Roberto Nenni
:
:
it's called overloading and can be done within packages, but not with stand-alone procedures/functions -- unless they are in different schemas, which is probably not what you're after.
++ mcs Received on Tue Apr 18 2006 - 10:54:37 CDT
![]() |
![]() |