Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: How to call C program or C functions from PL/SQL ?
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
![]() |
![]() |