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: start an extenal program

Re: start an extenal program

From: Lawrence Simela <lsimela_at_mahalini.prestel.co.uk>
Date: Thu, 27 Sep 2001 10:24:13 +0100
Message-ID: <9ouv4a$apo$1@phys-ma.sol.co.uk>


Instead of writing your parameters to a file, you can write them to a table. On insert your alert trigger would alert your executable which would wake up scan table to find parameters and execute using those parameters. hth
Lawrence

"Lawrence Simela" <lsimela_at_mahalini.prestel.co.uk> wrote in message news:9osu69$kc5$2_at_phys-ma.sol.co.uk...
> Look at using DBMS_ALERT package instead. A PRo*C program could register
an
> interest in an alert and then wait until a predefined event happens which
> would then alert your executable (Pro*C) program.
>
> hth
> Lawrence
>
>
> "Paul Meier" <stefan.porges_at_berlin.de> wrote in message
> news:9os918$en1ns$1_at_ID-109621.news.dfncis.de...
> > Hello and good morning,
> >
> > in this time i have a big problem. Following facts:
> >
> > - There is a trigger, wich wirtes a file on a specific directory. This
> file
> > should be used in an exe.file.
> > - This action should working automaticly - my idea - the trigger could
> start
> > this file.
> >
> > - The Idea: - trigger writes file
> > - trigger starts the exe.file with the name of the
> written
> > file as parameter
> >
> > No my question - is that possible - i cant find any documentation
> >
> > I only found the possibility to start a dll through the trigger. That i
> try
> > to avoid because i dont know how to do this.
> >
> > Thanks to all
> >
> > SP
> >
> >
>
>
Received on Thu Sep 27 2001 - 04:24:13 CDT

Original text of this message

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