 




<?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: Linking sqlserver to oracle</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/linking-sqlserver-to-oracle/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/linking-sqlserver-to-oracle/</link>
	<description></description>
	<lastBuildDate>Sun, 26 May 2013 01:40:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: wgself</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/linking-sqlserver-to-oracle/#comment-57458</link>
		<dc:creator>wgself</dc:creator>
		<pubDate>Fri, 31 Oct 2008 15:26:18 +0000</pubDate>
		<guid isPermaLink="false">#comment-57458</guid>
		<description><![CDATA[Yep - the problem was resolved by upgrading the Oracle client on the SqlServer machine.
It now maps Oracle numeric to sqlserver decimal as it should]]></description>
		<content:encoded><![CDATA[<p>Yep &#8211; the problem was resolved by upgrading the Oracle client on the SqlServer machine.<br />
It now maps Oracle numeric to sqlserver decimal as it should</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carlosdl</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/linking-sqlserver-to-oracle/#comment-57439</link>
		<dc:creator>carlosdl</dc:creator>
		<pubDate>Thu, 30 Oct 2008 22:26:26 +0000</pubDate>
		<guid isPermaLink="false">#comment-57439</guid>
		<description><![CDATA[Have you tried to run the same query by using the T-SQL OPENQUERY funcion ?
(i.e. select * from OPENQUERY(oraprod,&#039;select * from sa.entities where pid = 9009460))

does it give you the same error ?]]></description>
		<content:encoded><![CDATA[<p>Have you tried to run the same query by using the T-SQL OPENQUERY funcion ?<br />
(i.e. select * from OPENQUERY(oraprod,&#8217;select * from sa.entities where pid = 9009460))</p>
<p>does it give you the same error ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wgself</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/linking-sqlserver-to-oracle/#comment-57390</link>
		<dc:creator>wgself</dc:creator>
		<pubDate>Wed, 29 Oct 2008 16:31:21 +0000</pubDate>
		<guid isPermaLink="false">#comment-57390</guid>
		<description><![CDATA[The problem was that the provider needs to be set to &#039;allow inprocess&#039;
This is just the reverse of what the MS web site claims.

My problem now is that a query such as:
SELECT * FROM oraprod..SA.ENTITIES WHERE PID = 9009460

Where oraprod is the linked server and pid is defined as numeric(10,0) in oracle, returns this error:

Msg 9803, Level 16, State 1, Line 1
Invalid data for type &quot;numeric&quot;.

How do I get the number to match what is expected by oracle?]]></description>
		<content:encoded><![CDATA[<p>The problem was that the provider needs to be set to &#8216;allow inprocess&#8217;<br />
This is just the reverse of what the MS web site claims.</p>
<p>My problem now is that a query such as:<br />
SELECT * FROM oraprod..SA.ENTITIES WHERE PID = 9009460</p>
<p>Where oraprod is the linked server and pid is defined as numeric(10,0) in oracle, returns this error:</p>
<p>Msg 9803, Level 16, State 1, Line 1<br />
Invalid data for type &#8220;numeric&#8221;.</p>
<p>How do I get the number to match what is expected by oracle?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: randym</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/linking-sqlserver-to-oracle/#comment-57386</link>
		<dc:creator>randym</dc:creator>
		<pubDate>Wed, 29 Oct 2008 15:47:18 +0000</pubDate>
		<guid isPermaLink="false">#comment-57386</guid>
		<description><![CDATA[Also check that your sqlnet.ora file does NOT have the parameter:
SQLNET.AUTHENTICATION_SERVICES=(NTS)
if it does, comment that line out.]]></description>
		<content:encoded><![CDATA[<p>Also check that your sqlnet.ora file does NOT have the parameter:<br />
SQLNET.AUTHENTICATION_SERVICES=(NTS)<br />
if it does, comment that line out.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/9 queries in 0.012 seconds using memcached
Object Caching 308/311 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-26 05:46:58 -->