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: Chow Hoi Ka, Eric <d951686_at_sftw.umac.mo>
Date: Wed, 07 Jul 1999 00:26:39 +0800
Message-ID: <37822E3E.19CEB3D2@sftw.umac.mo>


Hi Kenneth,

Would you please to give me a simple example ?????

Best regards,
Eric

Kenneth C Stahl wrote:

> 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/ \_ /
> > / / |____________________________________________| \ \
> > / / \ \

--

     _                                                  _
    / ) |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ( \
   / /  |                                            |  \ \
 _( /_  | _   Chow Hoi Ka, Eric                    _ |  _) )_
(((\ \> |/ )                                      ( \| </ /)))
(\\\\ \_/ /   E-Mail : d951686_at_sftw.umac.mo        \ \_/ ////)
 \       /                                          \        /
  \    _/     http://www.sftw.umac.mo/~d951686/      \_     /
  /   / |____________________________________________| \    \
 /   /                                                   \    \


Received on Tue Jul 06 1999 - 11:26:39 CDT

Original text of this message

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