Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Calling dll functions
On Mon, 30 Jun 1997 14:43:39 +0200, Morten Hoyseth <mhoyseth_at_sn.no> 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
>
Hi
A quote from: PL/SQL Programming (Oracle Press 1996 ) p402:
"PL/SQL does not have a direct means of interfacing with C programs.
You can't call a C program from a PL/SQl stored procedure, for example.
Currently, the only way around this restrictionis to use a pipe or alert
to send a message to a waiting C daemon. "
Martin Peacock
mpeacock_at_kodak.com
peacock_at_snowy.kodak.com
Ex. 24105 DD 0181 424 3105
Mobile: 0411 115 762
Failure is easy to deal with: Work harder in future. Success is also easy: You've solved the wrong problem. Work harder in future. Received on Thu Jul 10 1997 - 00:00:00 CDT
![]() |
![]() |