Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: How does Oracle do this?
On 16 Aug 2006 08:28:37 -0700, "stephen O'D"
<stephen.odonnell_at_gmail.com> wrote:
>How can I do it the 'Oracle' way so that I can just write one of these
>functions or is Oracle using some insider tricks that we cannot use?
No.
Oracle is using overloading. You can use overloading too, if you put
the procedure in a package.
Procedures like put_line in the dbms_output package are all
overloaded.
Overloading is discussed either in the Application Developers manual and/or in the PL/SQL reference manual.
-- Sybrand Bakker, Senior Oracle DBAReceived on Wed Aug 16 2006 - 12:33:16 CDT
![]() |
![]() |