Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

DataSource.close()

User_CK27AJan 9 2014 — edited Oct 15 2014

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 ?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 3 2014
Added on Jan 9 2014
6 comments
962 views