<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Oracle ReadTimeout &#8211; A Really Useful Oracle Driver Property</title>
	<atom:link href="http://www.techper.net/2008/01/28/oracle-readtimeout-a-really-useful-oracle-driver-property/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techper.net/2008/01/28/oracle-readtimeout-a-really-useful-oracle-driver-property/</link>
	<description>About Technology in My Life</description>
	<lastBuildDate>Tue, 24 Jan 2012 17:27:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Odi</title>
		<link>http://www.techper.net/2008/01/28/oracle-readtimeout-a-really-useful-oracle-driver-property/comment-page-1/#comment-47825</link>
		<dc:creator>Odi</dc:creator>
		<pubDate>Mon, 14 Mar 2011 15:35:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.techper.net/2008/01/28/oracle-readtimeout-a-really-useful-oracle-driver-property/#comment-47825</guid>
		<description>There is a possible catch here: if you execute a lengthy query, the timeout kills off the connection before the query can finish.

I suggest to use query timeouts instead (of course you can&#039;t without access to the plugin code). This way you can set the expected time per query. And for calls that are not queries (like commit, rollback etc.) you can call Connection.isValid() (as of jdk 6) before executing them.</description>
		<content:encoded><![CDATA[<p>There is a possible catch here: if you execute a lengthy query, the timeout kills off the connection before the query can finish.</p>
<p>I suggest to use query timeouts instead (of course you can&#8217;t without access to the plugin code). This way you can set the expected time per query. And for calls that are not queries (like commit, rollback etc.) you can call Connection.isValid() (as of jdk 6) before executing them.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

