|
Home > Archive > Unix questions > September 2005 > duplicate processes
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
duplicate processes
|
|
| ibodogan 2005-09-14, 5:55 pm |
| OS is AIX 5.2
I have only 1 job, ora_dhc_monitor.ksh, scheduled at cron. when I run
ps -ef when the job run, I see 2 ora_dhc_monitor.ksh processes
with one of them as parent of other one.
is this an expected behaviour ?
oracle 405744 753772 0 14:20:01 - 0:00 /bin/ksh
/home/ora_dhc_monitor.ksh -U dbamaint
....
oracle 753772 245880 0 14:20:00 -
0:00 /bin/ksh /home/ora_dhc_monitor.ksh -U dbamaint
....
Thanks,
i.d.
| |
| Stephane CHAZELAS 2005-09-14, 5:55 pm |
| 2005-09-14, 12:36(-07), ibodogan:
> OS is AIX 5.2
>
> I have only 1 job, ora_dhc_monitor.ksh, scheduled at cron. when I run
> ps -ef when the job run, I see 2 ora_dhc_monitor.ksh processes
> with one of them as parent of other one.
>
> is this an expected behaviour ?
[...]
That question has been answered in comp.unix.shell
If you think your question needs to be asked in more than one
newsgroup, use crossposting so that there are not separate
discussions in several newsgroups.
--
Stéphane
|
|
|
|
|