Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: function / arguments

Re: function / arguments

From: Mark C. Stock <mcstockX_at_Xenquery>
Date: Tue, 18 Apr 2006 11:54:37 -0400
Message-ID: <ZNGdnV_TTaogltjZnZ2dnUVZ_u-dnZ2d@comcast.com>

"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

Original text of this message

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