Hi -
I am using Tomcat JDBC connection pool with Oracle 12c database. The issue i have is that calling datasource.close() takes a long time to return. The datasource.close() call takes about 1.5 hours to return. All the connections in the db are idle, so it only has to close the connections and shutdown the pool. Has anyone else come across this type of issue ?