Connection pool is returning null when the DB connection idle time is over.
Hi All,
I use a OJDBC6.jar for connection pooling. My Oracle user has an idle time and after idle time, when I try to get a connection, the connection is returned as null. Is there a way to get an exception or a message that the idle time is over, so that I can have a retry logic. Null is very generic and I cannot go with an inference that the idle time is over.
Thanks
Mathew