oratcl and child procs
- From: isil_light@xxxxxxxxx
- Date: 29 Jun 2005 13:15:32 -0700
oracle9i/tclsh8.4/oratcl4.1
set BODY "a a a"
exec mailx -s "sample subject" dev@xxxxxxx << ${BODY}
ok - no errors
oracle10g/tclsh8.4/oratcl4.3
set BODY "a a a"
exec mailx -s "sample subject" dev@xxxxxxx << ${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
.
- Follow-Ups:
- Re: oratcl and child procs
- From: isil_light
- Re: oratcl and child procs
- Prev by Date: Re: Dynamic variables and lists
- Next by Date: Re: Tcl/Tk 8.4.11 Release Announcement - Problem ?
- Previous by thread: Dynamic variables and lists
- Next by thread: Re: oratcl and child procs
- Index(es):