I have a http servlet running on Oracle Application Server 10.1.2 that uses the Oracle JDBC thin client to connect to a backend Oracle database on the same subnet (no firewalls that I'm aware of).
The connection is created when the servlet is initialized. If the servlet is not used for an extended period of time (24 - 48 hours) the JDBC connection is dropped/closed.
How can I keep this from happening?
Thanks,
Jim
Start Free Trial