Re: Oracle ping
"David E. Wheeler" <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.dbi.sybase.devel |
|---|---|
| Message-ID | <[email protected]> |
On Nov 5, 2012, at 5:52 AM, John Scoles <[email protected]> wrote: >> Does it automatically reconnect? That certainly seems like the wrong thing >> to do, especially in light of the docs for connect_cached. > > got that from the MySql doc it can be set up to reconnect if ping fails > > http://dev.mysql.com/doc/connector-python/en/myconnpy_MySQLConnection_ping.html> > > not didn't check the DBD driver to see if it does this though. DBIx::Connector kills that option. https://github.com/theory/dbix-connector/blob/master/lib/DBIx/Connector/Driver/mysql.pm#L8 Best, David