Re: Calling a Programm from a stored Procedure

From: Carl Christianson <Cchristi_at_fred.net>
Date: 1997/09/30
Message-ID: <3430FD18.4CA3B9C8_at_fred.net>#1/1


Just Curious,
How do you do this in Oracle 8?

Carl Christianson

mconnors_at_mother.com wrote:

> The short answer is no in Oracle7. You can in Oracle8. In 7, there
> are
> several things you can do to get around this, the most popular
> probably
> being using a database pipe and Pro*C daemon. In the stored
> procedure, put
> a message on the pipe. The daemon checks the pipe, and being Pro*C,
> can
> run the program. If need be, it can use the pipe to send a message
> back to
> the PL/SQL procedure.
> --
> Regards,
> Matt Connors
>
> Joe <josef.huber_at_ennstal.at> wrote in article
> <01bcc4ff$27db9da0$019a70c2_at_AnonymousIPX>...
> > Hi,
> > Is it possible to call a Programm from a stored Procedure.
> >
> > System: Oracle Workgroupserver 7.3.2 Windows NT 4.0
Received on Tue Sep 30 1997 - 00:00:00 CEST

Original text of this message