http://www.perlmonks.org?node_id=980333


in reply to Re^2: built-in Catalyst server restarting issue
in thread built-in Catalyst server restarting issue

That is because signal handling has changed in the newer version of the Oracle client. Use the "ora_connect_with_default_signals" option to restore default signal handler:
options => { AutoCommit => 1, ora_connect_with_default_signals => [ 'INT' ], },