I am developing database code which will run on a Oracle 10g RAC. Someone has asked if its possible for the Spring jdbc classes to recover when a node in a RAC goes down, such that the connection is reastablished and then all the statement creation is rerun and the statement is reexecuted automatically without having to write application level code. Right now we have code in various places of our non-Spring JDBC code which doesn't handle it in a generic fashion.
I am particularly concerned about being to able to reregistering TypeMaps for the newly recreated Connection.
Any help would be appreciated.


Reply With Quote