Re: integrating C with PL/SQL?

From: Menons <menonm_at_msn.com>
Date: 1996/12/12
Message-ID: <01bbe89c$ca7c3320$db542499_at_default>#1/1


PL/SQL stored procedures can communicate with C programs via the DBMS_PIPES package. This would require the Pro*C program to wait on the pipe for messages.

Andrew Smalera <andrew.smalera_at_cplc.com> wrote in article <32A4945B.4059_at_cplc.com>...
> I have heard that there is a way to call a piece of compiled code
> (written in C, for example) from within a PL/SQL stored procedure and
> obtain the result, like a function call. If this is possible, it would
> save a lot of time trying to recode the routine, if it is possible at
> all to get it done in PL/SQL. Does anyone have any experience with
> this? I would appreciate any suggestions. Thanks.
>
>
Received on Thu Dec 12 1996 - 00:00:00 CET

Original text of this message