We have a Spring Jdbc based project. It runs perfectly fine with Oracle 11g jdbc driver. However, when we recently switches to Oracle 12c, we are constantly seeing the "connection is already closed" exception.
We are wondering what could be causing this issue. We have already configured the "select 1 from dual" as validation SQL and not sure what else could be done.
Is there any analysis tool to see what might be causing this kind of error?
BTW We are using UCP connection pooling.