Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^2: Strange behaviour with DBD::Oracle

by mje (Curate)
on Sep 05, 2011 at 08:22 UTC ( [id://924156]=note: print w/replies, xml ) Need Help??


in reply to Re: Strange behaviour with DBD::Oracle
in thread Strange behaviour with DBD::Oracle

echo command success or failure has nothing DBI or oracle

except that the example code uses Perl backticks and that can be affected by signal disposition.

Replies are listed 'Best First'.
Re^3: Strange behaviour with DBD::Oracle
by Anonymous Monk on Sep 05, 2011 at 08:31 UTC

    The code , as presented, doesn't mess with signals, and even if it did, echo still has nothing to do with DBI or DBD::Oracle

      I know the code "as presented" does not mention signals but the code it uses under the hood does. I think you'll find Oracle's instant client library changes the disposition of some signals and as Perl backticks uses system (which relies on SIGCHLD) it is relevant to the post and probably the answer.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://924156]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (10)
As of 2024-03-28 10:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found