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: Calling external Unix Shell Script and pass a Parameter from Database Trigger

Re: Calling external Unix Shell Script and pass a Parameter from Database Trigger

From: hpuxrac <johnbhurley_at_sbcglobal.net>
Date: 23 Feb 2006 14:46:00 -0800
Message-ID: <1140734760.173419.14790@i39g2000cwa.googlegroups.com>


Probably all you have to do is change the shell invocation something like this ...

shell('/whatever/script_nameis '||plsql_variable||' ');

The 2 vertical pipes are the concatenation operator. Received on Thu Feb 23 2006 - 16:46:00 CST

Original text of this message

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