Reputation: 31
I have developed an application using websphere6.1 which is required to query the database(oracle) after one day(24hours) periodically. But the it is not getting executed properly since I am getting an dataaccess exception.I am using connection pooling and spring jdbc.I wonder why this is happening since the test for smaller time intervals (say) 25 mins is running successfully.Is the connection with database getting dropped or do I need to adjust some parameters to get the output .
Upvotes: 3
Views: 528