DBD::Oracle with oracle child process with parent ID of 1
Hi all,
Does anyone know why the oracle child process initiated by my perl
program with parent ID of 1?
My system is HPUX 11.11 with PERL5.8.0, DBI1.48, DBD-Oracle-1.16,
Oracle10.2.0.
I have another system with HPUX11.00, PERL5.6.1, DBI1.48,
DBD-Oracle-1.16, Oracle8.1.7 where oracle child process is the pid of
perl program which initiated it.
Any help will be appreciated.
Thans,
Alan
Relevant Pages
- trying to understand fork and wait
... I would really appreciate some feedback on a Perl program I'm trying ... My plan is to have a single Perl script running while the ... I still do not understand how to use fork and wait ... } #end parent while loop ... (comp.lang.perl.misc) - Re: How to prevent hanging when writing lots of text to a pipe?
... as the first statement executed in the parent after the child is forked; ... the child to close it. ... parent) is the one that's doing the writing. ... scalar) is only available in Perl 5.8 or later. ... (comp.lang.perl.misc) - Re: perl fork() problem: child exit() kills parent
... the parent doesn't care about the ... when the child completes its work ... > and exits, the child's exit call appears to kill the parent as well as ... > The fork from the parent does occur within a perl eval; ... (comp.lang.perl.misc) - Re: Size of dir (with recursion)
... It would be cool if a parent kept 20 children pre-forked, ... 10 children at a time to do their work load. ... to make the task harder, ... If you wanna learn perl, ... (perl.beginners) - Re: perl fork() problem: child exit() kills parent
... the parent doesn't care about the ... when the child completes its work ... > and exits, the child's exit call appears to kill the parent as well as ... > The fork from the parent does occur within a perl eval; ... (comp.lang.perl.misc) |
|