Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Stored procedure calling a C program?
In version 8, a stored procedure can call an external function (written in
c). so the answer is Yes, but I have not done it myself and thus cannot
offer more tips on this one.
regards
ted
Jonathan Kapleau wrote:
> Can a PL/SQL stored procedure call a C (or any other language) program?
> The reason for this is that I want a PL/SQL block to call a program when a
> particular table changes. Then the program would do some reporting and
> send the report to the appropriate people. I would prefer to do it this
> way as opposed to having a program that polls the db for changes.
> --
> Jonathan Kapleau
> jkapleau_at_landslide.openix.com
/*
Ted Lai, President
TAI Tech, Inc.
Email lai_ted_at_compusnet.com
Office 703-698-8238
*/
Received on Fri Sep 18 1998 - 17:29:57 CDT
![]() |
![]() |