oratcl and child procs
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.tcl archive

oratcl and child procs

From: <isil_light@yahoo.com>
Date: Wed Jun 29 2005 - 22:15:32 CEST

oracle9i/tclsh8.4/oratcl4.1

set BODY "a a a"
exec mailx -s "sample subject" dev@null.ca << ${BODY}

ok - no errors

oracle10g/tclsh8.4/oratcl4.3

set BODY "a a a"
exec mailx -s "sample subject" dev@null.ca << ${BODY}

oops:

error waiting for process to exit: child process lost (is SIGCHLD
ignored or trapped?)

This issue seems to be with 10g/oratcl4.3
If the script connects to 10g and tries to exec mail I get this error
but if the script doesn't connect to the db it runs fine
Received on Thu Sep 29 14:23:51 2005