Hi all,
is it possible to detect when the connection between application and database fails (for any reason, like network problem or max users exceeded) ?
I implemented the ConnectionValidator (as says on Chapter 9 Doc) but without success. There is some other configurations to do (or another path to follow instead ConnectionValidator) ?
Thanks.