Skip Menu |

This queue is for tickets about the DBD-SQLAnywhere CPAN distribution.

Report information
The Basics
Id: 120480
Status: rejected
Priority: 0/
Queue: DBD-SQLAnywhere

People
Owner: Nobody in particular
Requestors: DOUGW [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 2.13
Fixed in: (no value)



With existing database handle (Oracle or Sybase), connect() to SQLAnywhere (IQ database) hangs and eventually exits with no error message (the script does exit w/status of 1). (On Redhat linux).
Huh, only seems to happen when I have an already connected Oracle database handle.
This issue can be closed. The problem was the version of libclntsh that DBD::Oracle was compiled against, and that DBD::SQLAnywhere loads at runtime. Updating Oracle client libraries from 11.2.0 to 11.2.0.4 resolved the issue.