Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Possible to overload an Oracle Function?
"Steven Pannell" <steven.pannell_at_gmx.net> wrote:
>Hi,
>
>I was wondering if it is at all possible to overload an Oracle function with
>my own user defined function of the same name. i.e. can I overload the
>Oracle convert function with my own convert function?
>
>At the moment Oracle always calls it's own convert function and not mine.
--> you have to reference your own function like:
select YOUR_SCHEMA_OR_USERNAME.convert(...) from dual;
>
>Thanks for any help,
>Regards,
>Steve.
>
-- __________________________________________________________ News suchen, lesen, schreiben mit http://newsgroups.web.deReceived on Wed Oct 24 2001 - 06:41:32 CDT
![]() |
![]() |