Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Calling dll functions
You can write a simple process in Delphi, C++, etc. what is hanging on a pipe using the dbms_pipe package. Within this process you can call DLL functions. Your application simply sends a message into the pipe with some parameters, the other process will receive it and then calls the dll function.
Holger Heidenbluth
KeepTool Software GbR
www.keptool.swn.de
Morten Hoyseth wrote:
>
> Does anybody know if it is possible to call functions in a dll-file from
> an Oracle database ? If it's possible : how ??!?
> It was easy enough in a couple of databases I've used before, but I
> don't seem to find any documentation/info on how to do this in Oracle.
>
> Morten
Received on Wed Jul 02 1997 - 00:00:00 CDT
![]() |
![]() |