Hey everyone. Does Perl have a good and clean way to handle a database failover? We have the DB2 databases set up and the failover works nicely for our Java applications, but Perl just tries to connect (via DBI) to the primary database after it goes down and errors and quits. Can it be made to failover to the secondary database?
Thanks!