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: How to call C program or C functions from PL/SQL ?

Re: How to call C program or C functions from PL/SQL ?

From: Kenneth C Stahl <BluesSax_at_Unforgettable.com>
Date: Tue, 06 Jul 1999 10:16:14 -0400
Message-ID: <37820FAE.BD58A3FD@Unforgettable.com>


You can use DBMS_PIPE to send requests to a pipe. You would then need a daemon-like program which would act as a listener for these requests and spawn children to act on the requests. There are way to many variables in all of this to talk about an exact solution because there is a lot that depends on how sophisticated the application must be.

Ken

"Chow Hoi Ka, Eric" wrote:

> Hello,
>
> Is it possible to call C program or C functions from PL/SQL ???
>
> Examples ??
>
> Best regards,
> Eric
>
> --
> _ _
> / ) |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ( \
> / / | | \ \
> _( /_ | _ Chow Hoi Ka, Eric _ | _) )_
> (((\ \> |/ ) ( \| </ /)))
> (\\\\ \_/ / E-Mail : d951686_at_sftw.umac.mo \ \_/ ////)
> \ / \ /
> \ _/ http://www.sftw.umac.mo/~d951686/ \_ /
> / / |____________________________________________| \ \
> / / \ \
Received on Tue Jul 06 1999 - 09:16:14 CDT

Original text of this message

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