Listener auto reconnect
This maybe a daft question but should the listener be able to auto reconnect to the database if the connection to the database temporarily goes down? For example, if I take the database down and bring it back up again and then try to connect to Apex then I cannot, the listener logs just give "No more data to read from socket" and at no point seem to try and find a new connection. I have to restart the webserver (Tomcat - I know this isn't officially supported) to get the connection back. I'm using the JDBC thin connection type (and changing things like the Inactivity Timeout and Abandoned Connection Timeout does not seem to make any difference).
Thanks
Simon