Re: DBD::SQLAnywhere SEGV when Oracle handle exists

2017-03-07 Thread Douglas Wilson
That does work, but I can't consider it a practical solution for this. Through print/warns, I've determined it craps out at sacapi->api.sqlany_connect(...), in dbdimp.c, but that's about as far as I can get. I will probably go back to using DBD::Sybase for IQ connections. On Mar 7, 2017 10:11 AM,

Re: DBD::SQLAnywhere SEGV when Oracle handle exists

2017-03-07 Thread Martin J. Evans
On 06-Mar-17 5:38 PM, Douglas Wilson wrote: After some searching, I tried using the ora_connect_with_default_signals with INT and CHLD, and tried setting BEQUEATH_DETACH=yes in a local sqlnet.ora, but still same result. Try reversing the order in which you connect - if you can. On Mar 4,

Re: (Fwd) Oracle.pm

2017-03-07 Thread Bruce Johnson
On Mar 6, 2017, at 5:59 PM, Gowtham > wrote: Hi Ron, I did that. I have two scenarios here. Both the scenarios have same ($dbh,$dbname,$user,$auth,$attr) values. Scenario 1: executed code with ORACLE_HOME set to correct value.