Re: KSH script from a stored procedure

From: schaaph <schaaph_at_xs1.xs4all.nl>
Date: 25 Nov 1994 00:49:46 GMT
Message-ID: <3b3cba$55j_at_news.xs4all.nl>


Daniel J. Ruiz (djruiz_at_amoco.com) wrote:
: Is it possible to kick off a Korn Schell script from an ORACLE stored
: procedure? Any information in this area will be greatly appreciated.
: Thanks.
 

: --
: Dan Ruiz, Computer Applications, Whiting Refinery (MC 134), Amoco Oil Company
: Internet Address: djruiz_at_amoco.com, mhs!amoco!daniel_j_ruiz_at_attmail.com

Use the dbms_pipe package to write a message to a pipe and write a Pro*C progran that reads the pipe and starts up the script. Received on Fri Nov 25 1994 - 01:49:46 CET

Original text of this message