Re: Connections which go bad
From: Troels Arvin <troels_at_arvin.dk>
Date: Wed, 13 Jan 2010 07:27:28 +0000 (UTC)
Message-ID: <hijsl0$gg8$1_at_news.net.uni-c.dk>
Troels Arvin wrote:
Date: Wed, 13 Jan 2010 07:27:28 +0000 (UTC)
Message-ID: <hijsl0$gg8$1_at_news.net.uni-c.dk>
Troels Arvin wrote:
Hello again,
The solution became adding (ENABLE=BROKEN) to the JDBC URL:
db_url = jdbc:oracle:thin:_at_(DESCRIPTION=(ENABLE=BROKEN)
(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)
(HOST=somehost.example.com)(PORT=1521)))
(CONNECT_DATA=(SID=sidname)))
(all in one line)
The "(ENABLE=BROKEN)" option asks the operating system to regularly send TCP keep-alive messages for the connection. Received on Wed Jan 13 2010 - 01:27:28 CST