<?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: Worst practices when using Oracle JDBC Drivers &#8211; great presentation by Douglas Surber</title>
	<atom:link href="http://technology.amis.nl/2006/10/25/worst-practices-when-using-oracle-jdbc-drivers/feed/" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/2006/10/25/worst-practices-when-using-oracle-jdbc-drivers/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=worst-practices-when-using-oracle-jdbc-drivers</link>
	<description></description>
	<lastBuildDate>Fri, 12 Apr 2013 10:04:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Joe</title>
		<link>http://technology.amis.nl/2006/10/25/worst-practices-when-using-oracle-jdbc-drivers/#comment-3963</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Tue, 07 Aug 2007 16:05:53 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1385#comment-3963</guid>
		<description><![CDATA[7.1.6 won&#039;t work really well imo.
Good stuffs !]]></description>
		<content:encoded><![CDATA[<p>7.1.6 won&#8217;t work really well imo.<br />
Good stuffs !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oranus</title>
		<link>http://technology.amis.nl/2006/10/25/worst-practices-when-using-oracle-jdbc-drivers/#comment-3962</link>
		<dc:creator>oranus</dc:creator>
		<pubDate>Sat, 27 Jan 2007 14:15:56 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1385#comment-3962</guid>
		<description><![CDATA[I&#039;m an author of ETL product and Oracle is the only JDBC driver which caused redesign of my application JDBC access layer.
When I evaluate sources of other projects I always see the comments like this:
Some driver&#039;s( guess who? - Ora...) throw exception here!!!

Regarding the statement cache. My project also use it because not all JDBC drivers support this feature. But my statement cache is configurable and can be replaced with a native driver solution. But I&#039;m not sure if Oracle driver implements caching correctly  ;)]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m an author of ETL product and Oracle is the only JDBC driver which caused redesign of my application JDBC access layer.<br />
When I evaluate sources of other projects I always see the comments like this:<br />
Some driver&#8217;s( guess who? &#8211; Ora&#8230;) throw exception here!!!</p>
<p>Regarding the statement cache. My project also use it because not all JDBC drivers support this feature. But my statement cache is configurable and can be replaced with a native driver solution. But I&#8217;m not sure if Oracle driver implements caching correctly  <img src='http://technology.amis.nl/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ames Tiedeman</title>
		<link>http://technology.amis.nl/2006/10/25/worst-practices-when-using-oracle-jdbc-drivers/#comment-3961</link>
		<dc:creator>Ames Tiedeman</dc:creator>
		<pubDate>Mon, 30 Oct 2006 15:13:49 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1385#comment-3961</guid>
		<description><![CDATA[Will ORCL wipe RHAT off the map now?
Will customers chose Oracle as the vendor of choice?

Comments?]]></description>
		<content:encoded><![CDATA[<p>Will ORCL wipe RHAT off the map now?<br />
Will customers chose Oracle as the vendor of choice?</p>
<p>Comments?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: llanerobass</title>
		<link>http://technology.amis.nl/2006/10/25/worst-practices-when-using-oracle-jdbc-drivers/#comment-3960</link>
		<dc:creator>llanerobass</dc:creator>
		<pubDate>Sun, 29 Oct 2006 19:04:39 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1385#comment-3960</guid>
		<description><![CDATA[Seems to be impossible: upgrading Oracle is out of the budget for my client :(]]></description>
		<content:encoded><![CDATA[<p>Seems to be impossible: upgrading Oracle is out of the budget for my client <img src='http://technology.amis.nl/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco Gralike</title>
		<link>http://technology.amis.nl/2006/10/25/worst-practices-when-using-oracle-jdbc-drivers/#comment-3959</link>
		<dc:creator>Marco Gralike</dc:creator>
		<pubDate>Sun, 29 Oct 2006 13:37:47 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1385#comment-3959</guid>
		<description><![CDATA[@llanerobass

You should at least upgrade to 7.3.4. Oracle 7.2 and 8.0 were the worse Oracle releases I worked with. Oracle 7.2 was also very quick replaced by version Oracle 7.3.

Oracle 7.2 is the version that marked the first SQL*Net V2(.1) drivers coming into existance and was backwards compatible with SQL*Net version 1.

So I can imagine that you will have problems with the OCI calls. The 7.3 version was compatible with the first Oracle 8 SQL*Net drivers ( SQL*Net version 2.2) so you would have a far better chance that this version would work against your JDBC drivers.]]></description>
		<content:encoded><![CDATA[<p>@llanerobass</p>
<p>You should at least upgrade to 7.3.4. Oracle 7.2 and 8.0 were the worse Oracle releases I worked with. Oracle 7.2 was also very quick replaced by version Oracle 7.3.</p>
<p>Oracle 7.2 is the version that marked the first SQL*Net V2(.1) drivers coming into existance and was backwards compatible with SQL*Net version 1.</p>
<p>So I can imagine that you will have problems with the OCI calls. The 7.3 version was compatible with the first Oracle 8 SQL*Net drivers ( SQL*Net version 2.2) so you would have a far better chance that this version would work against your JDBC drivers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: llanerobass</title>
		<link>http://technology.amis.nl/2006/10/25/worst-practices-when-using-oracle-jdbc-drivers/#comment-3958</link>
		<dc:creator>llanerobass</dc:creator>
		<pubDate>Thu, 26 Oct 2006 17:39:33 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1385#comment-3958</guid>
		<description><![CDATA[If you try to connect to an Oracle 7.2.3 DB using the newest version of the JDBC drivers, you&#039;ll get an ORA-01010 error: &quot;invalid OCI operation&quot;.]]></description>
		<content:encoded><![CDATA[<p>If you try to connect to an Oracle 7.2.3 DB using the newest version of the JDBC drivers, you&#8217;ll get an ORA-01010 error: &#8220;invalid OCI operation&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: llanerobass</title>
		<link>http://technology.amis.nl/2006/10/25/worst-practices-when-using-oracle-jdbc-drivers/#comment-3957</link>
		<dc:creator>llanerobass</dc:creator>
		<pubDate>Thu, 26 Oct 2006 15:28:34 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1385#comment-3957</guid>
		<description><![CDATA[And what about Oracle 7.2.3 &amp; Oracle 7.1.6 versions? I&#039;ve been trying to use the lastest Oracle JDBC drivers over those versions and it fails... Even worst, I need to use JDBC over two different Oracle DBs: a 9i DB and a 7.2.3 DB (the lastest Oracle JDBC driver do not work over the 7.2.3 DB so I needed to load dynamically two versions of the Oracle JDBC driver... What a thing to do!)]]></description>
		<content:encoded><![CDATA[<p>And what about Oracle 7.2.3 &amp; Oracle 7.1.6 versions? I&#8217;ve been trying to use the lastest Oracle JDBC drivers over those versions and it fails&#8230; Even worst, I need to use JDBC over two different Oracle DBs: a 9i DB and a 7.2.3 DB (the lastest Oracle JDBC driver do not work over the 7.2.3 DB so I needed to load dynamically two versions of the Oracle JDBC driver&#8230; What a thing to do!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan Kettenis</title>
		<link>http://technology.amis.nl/2006/10/25/worst-practices-when-using-oracle-jdbc-drivers/#comment-3956</link>
		<dc:creator>Jan Kettenis</dc:creator>
		<pubDate>Thu, 26 Oct 2006 13:46:14 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1385#comment-3956</guid>
		<description><![CDATA[Could you be more specific with point 9. It is not clear if the first or second alternative is the best. I read that you should  not use the first but the second or last instead, of which the last is not preferred because of performance.]]></description>
		<content:encoded><![CDATA[<p>Could you be more specific with point 9. It is not clear if the first or second alternative is the best. I read that you should  not use the first but the second or last instead, of which the last is not preferred because of performance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JJ Walker</title>
		<link>http://technology.amis.nl/2006/10/25/worst-practices-when-using-oracle-jdbc-drivers/#comment-3955</link>
		<dc:creator>JJ Walker</dc:creator>
		<pubDate>Wed, 25 Oct 2006 21:07:03 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1385#comment-3955</guid>
		<description><![CDATA[You seem to be switching between what to do and what not to do on each of these.  Very confusing.  You need to be more consistent or people will end up doing the wrong things.

For example, number 10 is phrased as a bad practice.  Number 1. says &quot;Do not use your own statement cache&quot;.  So you are saying it&#039;s a bad practice to not use my own statement cache?  That&#039;s not what the description says.

WTF?]]></description>
		<content:encoded><![CDATA[<p>You seem to be switching between what to do and what not to do on each of these.  Very confusing.  You need to be more consistent or people will end up doing the wrong things.</p>
<p>For example, number 10 is phrased as a bad practice.  Number 1. says &#8220;Do not use your own statement cache&#8221;.  So you are saying it&#8217;s a bad practice to not use my own statement cache?  That&#8217;s not what the description says.</p>
<p>WTF?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucas Jellema</title>
		<link>http://technology.amis.nl/2006/10/25/worst-practices-when-using-oracle-jdbc-drivers/#comment-3954</link>
		<dc:creator>Lucas Jellema</dc:creator>
		<pubDate>Wed, 25 Oct 2006 18:28:45 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1385#comment-3954</guid>
		<description><![CDATA[Dear Anonymous,

Thanks for your contribution to this discussion, I am sure. However, I would like to ask two things of you:

- could you please add your name to your contribution? If you feel inclined to making such strong statements, at least have the courtesy to make yourself be known
- could you please substantiate your comments on the Oracle JDBC drivers? I am not saying you are wrong in the statements you are making - though I by no means support them - but I feel that some prove or corroborating sources would be in order. So please write another comment in which you go into more detail about your personal experiences with the Oracle JDBC drivers that have made you voice your opinion.

I am afraid that anonymous comments are not the way to go on our weblog. If you for whatever reason choose to not come forward, I will have to remove your comment from the blog.

best regards,

Lucas]]></description>
		<content:encoded><![CDATA[<p>Dear Anonymous,</p>
<p>Thanks for your contribution to this discussion, I am sure. However, I would like to ask two things of you:</p>
<p>- could you please add your name to your contribution? If you feel inclined to making such strong statements, at least have the courtesy to make yourself be known<br />
- could you please substantiate your comments on the Oracle JDBC drivers? I am not saying you are wrong in the statements you are making &#8211; though I by no means support them &#8211; but I feel that some prove or corroborating sources would be in order. So please write another comment in which you go into more detail about your personal experiences with the Oracle JDBC drivers that have made you voice your opinion.</p>
<p>I am afraid that anonymous comments are not the way to go on our weblog. If you for whatever reason choose to not come forward, I will have to remove your comment from the blog.</p>
<p>best regards,</p>
<p>Lucas</p>
]]></content:encoded>
	</item>
</channel>
</rss>
