On Jul 9, 7:58 am, FARRUKH <farrscorpi....RemoveThis@hotmail.com> wrote:
> We have a java app connecvting to SQL 2005 SP2 via JDBC. The connect gets
> established for the first 60 seconds or so. We test the connection pool after
> 120 seconds (Select 1) but the server sends a connection reset error. If we
> change the test to occur every 30 second, the connection remains active.
>
> Why is the connection being dropped after 60 seconds?
>
> On the SQL server the remote query timeout is set to unlimited.
Hi. It's either a network/firewall issue or a DBMS setting, nothing
to do with the JDBC driver.
Joe Weinstein at Oracle.
>> Stay informed about: JDBC connect reset after 60 seconds