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: trigger --> unix shell script question

Re: trigger --> unix shell script question

From: Jay <jra_at_inforonics.com>
Date: Fri, 17 Sep 1999 11:39:15 -0400
Message-ID: <37E260A3.7DF5C465@inforonics.com>


Old method:
use a database pipe and have a daemon process (pro*C, perl , etc.) listening on
the other end of the pipe to handle requests.

New method:
Oracle8 lets you register libraries (dll's or so's) that you can execute from within Oracle.

Theres no EASY way. Its a major complaint about Oracle.

-jay

Jason Singleton wrote:

> Hi,
>
> Can anyone out there tell me how to have a trigger execute a unix shell
> script. For instance, is there a way in a PL/SQL block to break out
> into the operating system to execute a file/script? I've reviewed the
> DBMS utilities and did not find anything that looked like it would work.
>
> Thanks in advance!
>
> PS - in case my specific operating system matters, I am running Oracle
> 7.3.4 on a Sun Solaris 2.6 system.
>
> Jason
Received on Fri Sep 17 1999 - 10:39:15 CDT

Original text of this message

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