<?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 SID != SERVICE_NAME</title>
	<atom:link href="http://www.rojotek.com/blog/2008/01/04/oracle-sid-service_name/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rojotek.com/blog/2008/01/04/oracle-sid-service_name/</link>
	<description>Software Development in Brisbane</description>
	<lastBuildDate>Fri, 03 Feb 2012 20:00:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: Eric</title>
		<link>http://www.rojotek.com/blog/2008/01/04/oracle-sid-service_name/comment-page-1/#comment-67433</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Fri, 11 Nov 2011 03:19:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.rojotek.com/blog/2008/01/04/oracle-sid-service_name/#comment-67433</guid>
		<description>Thanks too!</description>
		<content:encoded><![CDATA[<p>Thanks too!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay</title>
		<link>http://www.rojotek.com/blog/2008/01/04/oracle-sid-service_name/comment-page-1/#comment-61849</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Fri, 22 Jul 2011 20:23:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.rojotek.com/blog/2008/01/04/oracle-sid-service_name/#comment-61849</guid>
		<description>Thanks! That was helpful.</description>
		<content:encoded><![CDATA[<p>Thanks! That was helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rajarajan PSJ</title>
		<link>http://www.rojotek.com/blog/2008/01/04/oracle-sid-service_name/comment-page-1/#comment-47901</link>
		<dc:creator>Rajarajan PSJ</dc:creator>
		<pubDate>Fri, 11 Mar 2011 11:40:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.rojotek.com/blog/2008/01/04/oracle-sid-service_name/#comment-47901</guid>
		<description>Hi, This is a wonderful article. I wish I had seen this first. You are absolutely right, works great for me.</description>
		<content:encoded><![CDATA[<p>Hi, This is a wonderful article. I wish I had seen this first. You are absolutely right, works great for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Santosh</title>
		<link>http://www.rojotek.com/blog/2008/01/04/oracle-sid-service_name/comment-page-1/#comment-46356</link>
		<dc:creator>Santosh</dc:creator>
		<pubDate>Thu, 17 Feb 2011 07:34:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.rojotek.com/blog/2008/01/04/oracle-sid-service_name/#comment-46356</guid>
		<description>Great help, thank you very much, its working for me......</description>
		<content:encoded><![CDATA[<p>Great help, thank you very much, its working for me&#8230;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maitre Taylor</title>
		<link>http://www.rojotek.com/blog/2008/01/04/oracle-sid-service_name/comment-page-1/#comment-23417</link>
		<dc:creator>Maitre Taylor</dc:creator>
		<pubDate>Fri, 24 Jul 2009 13:05:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.rojotek.com/blog/2008/01/04/oracle-sid-service_name/#comment-23417</guid>
		<description>Thx a lot man !
I lost many time trying to solve my probleme of communication between JDBC and OracleDB when I jsut have to change a &quot;:&quot; in &quot;/&quot;.
1000thx man</description>
		<content:encoded><![CDATA[<p>Thx a lot man !<br />
I lost many time trying to solve my probleme of communication between JDBC and OracleDB when I jsut have to change a &#8220;:&#8221; in &#8220;/&#8221;.<br />
1000thx man</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oleg</title>
		<link>http://www.rojotek.com/blog/2008/01/04/oracle-sid-service_name/comment-page-1/#comment-23407</link>
		<dc:creator>Oleg</dc:creator>
		<pubDate>Thu, 23 Jul 2009 20:40:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.rojotek.com/blog/2008/01/04/oracle-sid-service_name/#comment-23407</guid>
		<description>You saved me a lot of time. I was suffering configuring WebSphere Oracle data source using service_name.

jdbc:oracle:thin:@111.111.111.111:1526/service_name works for me.

Thanks,
Oleg</description>
		<content:encoded><![CDATA[<p>You saved me a lot of time. I was suffering configuring WebSphere Oracle data source using service_name.</p>
<p>jdbc:oracle:thin:@111.111.111.111:1526/service_name works for me.</p>
<p>Thanks,<br />
Oleg</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anonymous</title>
		<link>http://www.rojotek.com/blog/2008/01/04/oracle-sid-service_name/comment-page-1/#comment-21156</link>
		<dc:creator>anonymous</dc:creator>
		<pubDate>Wed, 21 Jan 2009 15:18:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.rojotek.com/blog/2008/01/04/oracle-sid-service_name/#comment-21156</guid>
		<description>Correction, instead of:
jdbc:oracle:thin:@server:1521/SERVICE_NAME

It should be:
jdbc:oracle:thin:@//server:1521/SERVICE_NAME


(Added a &#039;//&#039; between the &#039;@&#039; and &#039;server&#039;)</description>
		<content:encoded><![CDATA[<p>Correction, instead of:<br />
jdbc:oracle:thin:@server:1521/SERVICE_NAME</p>
<p>It should be:<br />
jdbc:oracle:thin:@//server:1521/SERVICE_NAME</p>
<p>(Added a &#8216;//&#8217; between the &#8216;@&#8217; and &#8216;server&#8217;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob@Rojotek &#187; Blog Archive &#187; Setting up Oracle XE to work with IBM WebSphere Portal IWWCM</title>
		<link>http://www.rojotek.com/blog/2008/01/04/oracle-sid-service_name/comment-page-1/#comment-16335</link>
		<dc:creator>Rob@Rojotek &#187; Blog Archive &#187; Setting up Oracle XE to work with IBM WebSphere Portal IWWCM</dc:creator>
		<pubDate>Wed, 21 May 2008 07:11:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.rojotek.com/blog/2008/01/04/oracle-sid-service_name/#comment-16335</guid>
		<description>[...] Ensure that the database is accessible using the Oracle SID (see the early post Oracle SID!=Service name) [...]</description>
		<content:encoded><![CDATA[<p>[...] Ensure that the database is accessible using the Oracle SID (see the early post Oracle SID!=Service name) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

