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: Custom fn

Re: Custom fn

From: Barbara Kennedy <barbken_at_teleport.com>
Date: Fri, 06 Nov 1998 05:21:57 GMT
Message-ID: <VHv02.850$bt4.511892@news.teleport.com>


If you mean can you make it part of the language like a SQL function the answer is yes. Two ways, as a pl/sql function (written in pl/sql) or as a compiled binary code that is callable or shareable outside of Oracle. The database install includes an example for whatever platform you are on provided you have Oracle 8. In Oracle 7 you would have to use pipes and an external program.
Jim
Nenad Noveljic wrote in message <71s7lq$oev$1_at_as102.tel.hr>...
>Use ORA_FFI package. Functions must be stored in DLL file.
>
>
>Nikola Stepan wrote in message <71oup9$dke$2_at_bagan.srce.hr>...
>>Hi!
>>
>> 1. How can I link some function I wrote in C/C++ with Oracle...for
>>example, I want to use my
>>function double eval(char *) like any other function available in Oracle
>>(sin, lpad, decode...)?
>>
>
>
Received on Thu Nov 05 1998 - 23:21:57 CST

Original text of this message

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