I'm using JDBC to connect to oracle and im not explicitly closing JDBC connection, but after running my application for few days, i see that SQL statements are failing with "java.sql.SQLException: Closed Connection".
What could be the possible reasons for that, i'm sure that i'm not closing it by calling java.sql.Connection.close() method.