Subject: | Setting ora_connect_with_default_signals causes connect_cached to misbehave |
Using the ora_connect_with_default_signals feature has as consequence a
dbi handle leakage on every connect_cached call. The reason is that
connect_cached makes a string key out of the connect arguments for
caching purposes and that key changes every time, if a arrayref is used.
That's pretty bad, because you pretty soon run out of available
connections on the Oracle server side.