<?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: Connecting to Oracle with SQL Server 2005 x64</title>
	<atom:link href="http://www.pythian.com/news/3005/connecting-to-oracle-with-sql-server-2005-x64/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pythian.com/news/3005/connecting-to-oracle-with-sql-server-2005-x64/</link>
	<description>News and views from Pythian DBAs</description>
	<lastBuildDate>Fri, 10 Feb 2012 13:01:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: Dave</title>
		<link>http://www.pythian.com/news/3005/connecting-to-oracle-with-sql-server-2005-x64/#comment-638813</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Mon, 14 Nov 2011 17:03:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/news/?p=3005#comment-638813</guid>
		<description>VERY nice article, still valid 2 years later. Thank you!

In my case, I had moved a linked server object to a new database installation.  Scripting out the linked server object does NOT (obviously in retrospect) bring over provider specific settings.  Nor is there an option to script those items.</description>
		<content:encoded><![CDATA[<p>VERY nice article, still valid 2 years later. Thank you!</p>
<p>In my case, I had moved a linked server object to a new database installation.  Scripting out the linked server object does NOT (obviously in retrospect) bring over provider specific settings.  Nor is there an option to script those items.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Presley</title>
		<link>http://www.pythian.com/news/3005/connecting-to-oracle-with-sql-server-2005-x64/#comment-381450</link>
		<dc:creator>Chris Presley</dc:creator>
		<pubDate>Thu, 29 Oct 2009 13:06:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/news/?p=3005#comment-381450</guid>
		<description>Hi Sanket,

The &quot;allow inprocess&quot; option is set on the SQL Server you will be using. By using the SQL Server Management Studio. 

Does that help?

Chris.</description>
		<content:encoded><![CDATA[<p>Hi Sanket,</p>
<p>The &#8220;allow inprocess&#8221; option is set on the SQL Server you will be using. By using the SQL Server Management Studio. </p>
<p>Does that help?</p>
<p>Chris.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sanket</title>
		<link>http://www.pythian.com/news/3005/connecting-to-oracle-with-sql-server-2005-x64/#comment-381405</link>
		<dc:creator>Sanket</dc:creator>
		<pubDate>Thu, 29 Oct 2009 07:29:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/news/?p=3005#comment-381405</guid>
		<description>My question was,
how to enable allow inprocess for ORAOLEDB provider as i don&#039;t have database engine installed?
i have only client component install for sql server 2005 64 bit</description>
		<content:encoded><![CDATA[<p>My question was,<br />
how to enable allow inprocess for ORAOLEDB provider as i don&#8217;t have database engine installed?<br />
i have only client component install for sql server 2005 64 bit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Presley</title>
		<link>http://www.pythian.com/news/3005/connecting-to-oracle-with-sql-server-2005-x64/#comment-381242</link>
		<dc:creator>Chris Presley</dc:creator>
		<pubDate>Wed, 28 Oct 2009 13:28:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/news/?p=3005#comment-381242</guid>
		<description>Chris,

Without the other provider, you may find you have a problem with your package when you run it through the SQL Agent as a scheduled job.

Chris.</description>
		<content:encoded><![CDATA[<p>Chris,</p>
<p>Without the other provider, you may find you have a problem with your package when you run it through the SQL Agent as a scheduled job.</p>
<p>Chris.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Presley</title>
		<link>http://www.pythian.com/news/3005/connecting-to-oracle-with-sql-server-2005-x64/#comment-381241</link>
		<dc:creator>Chris Presley</dc:creator>
		<pubDate>Wed, 28 Oct 2009 13:28:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/news/?p=3005#comment-381241</guid>
		<description>Sanket, 

The &quot;Allow in process&quot; option can be found in SSMS by expanding the server &#124; Server Objects &#124; Linked Servers &#124; Providers  then right clicking on the ORAOLEDB provider and choosing &quot;Properties&quot;.

Chris.</description>
		<content:encoded><![CDATA[<p>Sanket, </p>
<p>The &#8220;Allow in process&#8221; option can be found in SSMS by expanding the server | Server Objects | Linked Servers | Providers  then right clicking on the ORAOLEDB provider and choosing &#8220;Properties&#8221;.</p>
<p>Chris.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Collins</title>
		<link>http://www.pythian.com/news/3005/connecting-to-oracle-with-sql-server-2005-x64/#comment-381229</link>
		<dc:creator>Chris Collins</dc:creator>
		<pubDate>Wed, 28 Oct 2009 12:07:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/news/?p=3005#comment-381229</guid>
		<description>I had the same issue connecting to Oracle with SQL Server 2008 64-bit from Windows 2008 R2 64-bit.

Changed “Allow InProcess” option and recreated the linked server - and it worked fine even without the 32-bit client installed.

I&#039;m going to install the 32-bit client as well now though to make sure everything is fully accessible in SSIS, etc...

Thanks!</description>
		<content:encoded><![CDATA[<p>I had the same issue connecting to Oracle with SQL Server 2008 64-bit from Windows 2008 R2 64-bit.</p>
<p>Changed “Allow InProcess” option and recreated the linked server &#8211; and it worked fine even without the 32-bit client installed.</p>
<p>I&#8217;m going to install the 32-bit client as well now though to make sure everything is fully accessible in SSIS, etc&#8230;</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sanket</title>
		<link>http://www.pythian.com/news/3005/connecting-to-oracle-with-sql-server-2005-x64/#comment-381215</link>
		<dc:creator>Sanket</dc:creator>
		<pubDate>Wed, 28 Oct 2009 10:47:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/news/?p=3005#comment-381215</guid>
		<description>Hi 
here in my case i m designing the same package
but on my developement server only sql server 2005 64 bit client &amp; integration service is installed ,not database engine(from where i m designing &amp; running SSIS)
my question is how can i enable Allow inprocess option for provider</description>
		<content:encoded><![CDATA[<p>Hi<br />
here in my case i m designing the same package<br />
but on my developement server only sql server 2005 64 bit client &amp; integration service is installed ,not database engine(from where i m designing &amp; running SSIS)<br />
my question is how can i enable Allow inprocess option for provider</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Presley</title>
		<link>http://www.pythian.com/news/3005/connecting-to-oracle-with-sql-server-2005-x64/#comment-376059</link>
		<dc:creator>Chris Presley</dc:creator>
		<pubDate>Mon, 21 Sep 2009 18:40:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/news/?p=3005#comment-376059</guid>
		<description>Hi Azhary,

Sorry for the very late reply. Yes you will need both clients. Were you able to get this working?

Chris.</description>
		<content:encoded><![CDATA[<p>Hi Azhary,</p>
<p>Sorry for the very late reply. Yes you will need both clients. Were you able to get this working?</p>
<p>Chris.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Azahary</title>
		<link>http://www.pythian.com/news/3005/connecting-to-oracle-with-sql-server-2005-x64/#comment-370602</link>
		<dc:creator>Azahary</dc:creator>
		<pubDate>Thu, 20 Aug 2009 01:19:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/news/?p=3005#comment-370602</guid>
		<description>Hi Chris,

Thank you for your solution. For information, my problem is to connect to Oracle using Visual Studio on SSIS server with Win 2008 x64 bits give ORA-12154. Plan to have a try.

This means that I need to download both :-
1)  Oracle Database 11g Release 1 Client (11.1.0.7.0) 
for Microsoft Windows 2008 Server (32-bit)

2) Oracle Database 11g Release 1 Client (11.1.0.7.0) 
for Microsoft Windows Server 2008 x64

and install it right ? 32 bit or 64 bit here is both for Oracle and window or..?

Thank you for your help and reply.

Regards
Azahary</description>
		<content:encoded><![CDATA[<p>Hi Chris,</p>
<p>Thank you for your solution. For information, my problem is to connect to Oracle using Visual Studio on SSIS server with Win 2008 x64 bits give ORA-12154. Plan to have a try.</p>
<p>This means that I need to download both :-<br />
1)  Oracle Database 11g Release 1 Client (11.1.0.7.0)<br />
for Microsoft Windows 2008 Server (32-bit)</p>
<p>2) Oracle Database 11g Release 1 Client (11.1.0.7.0)<br />
for Microsoft Windows Server 2008 x64</p>
<p>and install it right ? 32 bit or 64 bit here is both for Oracle and window or..?</p>
<p>Thank you for your help and reply.</p>
<p>Regards<br />
Azahary</p>
]]></content:encoded>
	</item>
</channel>
</rss>

