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: Calling dll functions

Re: Calling dll functions

From: Holger Heidenbluth <keeptool_at_swn.de>
Date: 1997/07/02
Message-ID: <33B9EC4E.4CDF@swn.de>#1/1

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

Original text of this message

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