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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Calling a Shell Script from a Stored Procedure

Re: Calling a Shell Script from a Stored Procedure

From: <mpir_at_compuserve.com>
Date: Wed, 08 Apr 1998 09:13:56 -0600
Message-ID: <6gg0n4$vtc$1@nnrp1.dejanews.com>


An alternative, depending on your platform and release leve (7.3+) would be to write your own cartridge/DLL and link it to ORACLE, so that you can spawn the command in a similar manner.

In article <35250F63.DD899D86_at_radium.ncsc.mil>,   Michelle Warner <delonda_at_radium.ncsc.mil> wrote:
>
> I need to call a shell script from a stored procedure. Currently I
> have:
> HOST (host_line);
>
> host_line contains the call to the shell script with its parameters.
> The stored procedure does not execute - does not know what HOST is.
>
> Michelle
>
>

-----== Posted via Deja News, The Leader in Internet Discussion ==----- http://www.dejanews.com/ Now offering spam-free web-based newsreading Received on Wed Apr 08 1998 - 10:13:56 CDT

Original text of this message

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