Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Execute Unix script from trigger or SP ?

Re: Execute Unix script from trigger or SP ?

From: Andy Carruthers <acarruthers_at_notegate.vnu.co.uk>
Date: Tue, 02 Jun 1998 16:44:58 +0000
Message-ID: <35742C0A.58A4@notegate.vnu.co.uk>


Steven W. Adair wrote:
>
> I need to do a couple of things when a row is inserted.
> 1) Collect the data from the insert and
> 2) E-mail that data to a troubleshooter.
>
> We are using Oracle 7.3 on a Digital Unx box.
>
> Suggestions ?
> Steve
>
> --
>
> ***********************************************************************
> * It is unfortunate that we do * Steve Adair - Austin, Texas *
> * not feel pangs of ignorance * sadair_at_bga.com *
> * as we feel pangs of hunger. * *
> * M.J. Adler * *
> * * Team OS/2 !!! *
> ***********************************************************************
How about using dbms_pipe to pass the trigger data to a Pro*C script?

Andy Received on Tue Jun 02 1998 - 11:44:58 CDT

Original text of this message

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