<?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: Specifying a program name in Oracle JDBC connections</title>
	<atom:link href="http://www.magpiebrain.com/2006/05/09/specifying-a-program-name-in-oracle-jdbc-connections/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.magpiebrain.com/2006/05/09/specifying-a-program-name-in-oracle-jdbc-connections/</link>
	<description>The blog of Sam Newman</description>
	<lastBuildDate>Mon, 08 Mar 2010 16:55:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Joachim Zobel</title>
		<link>http://www.magpiebrain.com/2006/05/09/specifying-a-program-name-in-oracle-jdbc-connections/comment-page-1/#comment-3181</link>
		<dc:creator>Joachim Zobel</dc:creator>
		<pubDate>Wed, 25 Feb 2009 08:27:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.magpiebrain.com/blog/2006/05/09/specifying-a-program-name-in-oracle-jdbc-connections/#comment-3181</guid>
		<description>&gt; it seems that where Oracle is concerned useful documentation lies
&gt; behind expensive consultants or registration screens.

That is wrong.  See for example
http://www.oracle.com/pls/db102/portal.portal_db?selected=3</description>
		<content:encoded><![CDATA[<p>&gt; it seems that where Oracle is concerned useful documentation lies<br />
&gt; behind expensive consultants or registration screens.</p>
<p>That is wrong.  See for example<br />
<a href="http://www.oracle.com/pls/db102/portal.portal_db?selected=3" rel="nofollow">http://www.oracle.com/pls/db102/portal.portal_db?selected=3</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Willi Firulais</title>
		<link>http://www.magpiebrain.com/2006/05/09/specifying-a-program-name-in-oracle-jdbc-connections/comment-page-1/#comment-3180</link>
		<dc:creator>Willi Firulais</dc:creator>
		<pubDate>Sat, 26 Jan 2008 16:57:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.magpiebrain.com/blog/2006/05/09/specifying-a-program-name-in-oracle-jdbc-connections/#comment-3180</guid>
		<description>Realy cool code snippet.
Do you have something when using a connection pool?
Is it possible to set some v$session infos when using connection pool?
Thx a lot in advance, Willi</description>
		<content:encoded><![CDATA[<p>Realy cool code snippet.<br />
Do you have something when using a connection pool?<br />
Is it possible to set some v$session infos when using connection pool?<br />
Thx a lot in advance, Willi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Norbert</title>
		<link>http://www.magpiebrain.com/2006/05/09/specifying-a-program-name-in-oracle-jdbc-connections/comment-page-1/#comment-3179</link>
		<dc:creator>Norbert</dc:creator>
		<pubDate>Mon, 10 Sep 2007 11:56:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.magpiebrain.com/blog/2006/05/09/specifying-a-program-name-in-oracle-jdbc-connections/#comment-3179</guid>
		<description>For JDBC OCI the program is java.exe when java runs on windows. With JDBC OCI driver, program cannot be overriden. With JDBC Thin, the code above works, since the property is not overriden, with JDBC OCI it does not work and you always get V$SESSION.PROGRAM=&#039;java.exe&#039;.
This is based on testing with 10.2.0.3.0 Oracle JDBC driver.

Norbert Debes</description>
		<content:encoded><![CDATA[<p>For JDBC OCI the program is java.exe when java runs on windows. With JDBC OCI driver, program cannot be overriden. With JDBC Thin, the code above works, since the property is not overriden, with JDBC OCI it does not work and you always get V$SESSION.PROGRAM=&#8217;java.exe&#8217;.<br />
This is based on testing with 10.2.0.3.0 Oracle JDBC driver.</p>
<p>Norbert Debes</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam Newman</title>
		<link>http://www.magpiebrain.com/2006/05/09/specifying-a-program-name-in-oracle-jdbc-connections/comment-page-1/#comment-3178</link>
		<dc:creator>Sam Newman</dc:creator>
		<pubDate>Wed, 04 Oct 2006 11:33:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.magpiebrain.com/blog/2006/05/09/specifying-a-program-name-in-oracle-jdbc-connections/#comment-3178</guid>
		<description>Justas - a little tip. Saying &quot;It doesn&#039;t work&quot; without supplying any addtional information is unlikely to get you much help :-)

I&#039;ll give it a go anyway - are you using a connection pool? Is it possible you&#039;re using a Database driver that is mangling your properties object? Can you get your driver to output the properties it is using to confirm it is correctly getting set?

Specifiyng v$session.program is something natively supported in Oracle - if it isn&#039;t working for you, the problem is either going to be an (unlikely) bug in Oracle, or else a bug in the method you&#039;re using to connect to the database.</description>
		<content:encoded><![CDATA[<p>Justas &#8211; a little tip. Saying &#8220;It doesn&#8217;t work&#8221; without supplying any addtional information is unlikely to get you much help <img src='http://www.magpiebrain.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I&#8217;ll give it a go anyway &#8211; are you using a connection pool? Is it possible you&#8217;re using a Database driver that is mangling your properties object? Can you get your driver to output the properties it is using to confirm it is correctly getting set?</p>
<p>Specifiyng v$session.program is something natively supported in Oracle &#8211; if it isn&#8217;t working for you, the problem is either going to be an (unlikely) bug in Oracle, or else a bug in the method you&#8217;re using to connect to the database.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justas</title>
		<link>http://www.magpiebrain.com/2006/05/09/specifying-a-program-name-in-oracle-jdbc-connections/comment-page-1/#comment-3177</link>
		<dc:creator>Justas</dc:creator>
		<pubDate>Wed, 04 Oct 2006 10:58:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.magpiebrain.com/blog/2006/05/09/specifying-a-program-name-in-oracle-jdbc-connections/#comment-3177</guid>
		<description>It doesn&#039;t work. Program name is still java.exe.</description>
		<content:encoded><![CDATA[<p>It doesn&#8217;t work. Program name is still java.exe.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benjamin</title>
		<link>http://www.magpiebrain.com/2006/05/09/specifying-a-program-name-in-oracle-jdbc-connections/comment-page-1/#comment-3176</link>
		<dc:creator>Benjamin</dc:creator>
		<pubDate>Mon, 15 May 2006 14:20:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.magpiebrain.com/blog/2006/05/09/specifying-a-program-name-in-oracle-jdbc-connections/#comment-3176</guid>
		<description>Wow.  This post made my morning.  Thanks for the tip!</description>
		<content:encoded><![CDATA[<p>Wow.  This post made my morning.  Thanks for the tip!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
