<?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/" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"	> <channel><title>Comments on: Connecting to Oracle from SQL Server</title> <atom:link href="http://www.ideaexcursion.com/2009/01/05/connecting-to-oracle-from-sql-server/feed/" rel="self" type="application/rss+xml" /><link>http://www.ideaexcursion.com/2009/01/05/connecting-to-oracle-from-sql-server/</link> <description>Technology Musings</description> <lastBuildDate>Sat, 04 Feb 2012 00:04:25 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Michael Kaufman</title><link>http://www.ideaexcursion.com/2009/01/05/connecting-to-oracle-from-sql-server/comment-page-1/#comment-616</link> <dc:creator>Michael Kaufman</dc:creator> <pubDate>Wed, 07 Dec 2011 21:29:05 +0000</pubDate> <guid isPermaLink="false">http://www.ideaexcursion.com/?p=124#comment-616</guid> <description>I am connecting a SQL Server to an Oracle 11g sever.  When I try to query data from Oracle through the SQL Server I get error messages:Server: Msg 7354, Level 16, State 1, Line 1 OLE DB provider &#039;OraOLEDB.Oracle&#039; supplied invalid metadata for column &#039;DTTM_STAMP_SEC&#039;. The data type is not supported.andServer: Msg 7318, Level 16, State 1, Line 1 OLE DB provider &#039;MSDASQL&#039; returned an invalid column definition.Which message I get depends upon whether I am connecting through the Oracle Provider for OLE DB or the Microsoft OLE DB Provider for ODBC.Does anyone know what I am doing wrong?</description> <content:encoded><![CDATA[<p>I am connecting a SQL Server to an Oracle 11g sever.  When I try to query data from Oracle through the SQL Server I get error messages:</p><p>Server: Msg 7354, Level 16, State 1, Line 1<br /> OLE DB provider &#8216;OraOLEDB.Oracle&#8217; supplied invalid metadata for column &#8216;DTTM_STAMP_SEC&#8217;. The data type is not supported.</p><p>and</p><p>Server: Msg 7318, Level 16, State 1, Line 1<br /> OLE DB provider &#8216;MSDASQL&#8217; returned an invalid column definition.</p><p>Which message I get depends upon whether I am connecting through the Oracle Provider for OLE DB or the Microsoft OLE DB Provider for ODBC.</p><p>Does anyone know what I am doing wrong?</p> ]]></content:encoded> </item> <item><title>By: dmcmillan</title><link>http://www.ideaexcursion.com/2009/01/05/connecting-to-oracle-from-sql-server/comment-page-1/#comment-614</link> <dc:creator>dmcmillan</dc:creator> <pubDate>Mon, 21 Nov 2011 19:29:22 +0000</pubDate> <guid isPermaLink="false">http://www.ideaexcursion.com/?p=124#comment-614</guid> <description>I have figured out that this has to do with using update with openquery, I just need to figure out the right syntax. Thanks very much.</description> <content:encoded><![CDATA[<p>I have figured out that this has to do with using update with openquery, I just need to figure out the right syntax. Thanks very much.</p> ]]></content:encoded> </item> <item><title>By: dmcmillan</title><link>http://www.ideaexcursion.com/2009/01/05/connecting-to-oracle-from-sql-server/comment-page-1/#comment-613</link> <dc:creator>dmcmillan</dc:creator> <pubDate>Mon, 21 Nov 2011 19:14:04 +0000</pubDate> <guid isPermaLink="false">http://www.ideaexcursion.com/?p=124#comment-613</guid> <description>Ok, that&#039;s what I thought.  Select is working ok, but I&#039;m having trouble getting an update to work.  Am getting the following error, but I&#039;m sure the permission is correct for the user I set:Msg 7357, Level 16, State 2, Line 1 Cannot process the object &quot;update test.employee set email_address = &quot;dmcmillan@mgh.org&quot; where employee = 888888&quot;. The OLE DB provider &quot;OraOLEDB.Oracle&quot; for linked server &quot;lawtest&quot; indicates that either the object has no columns or the current user does not have permissions on that object.Thanks very much.</description> <content:encoded><![CDATA[<p>Ok, that&#8217;s what I thought.  Select is working ok, but I&#8217;m having trouble getting an update to work.  Am getting the following error, but I&#8217;m sure the permission is correct for the user I set:</p><p>Msg 7357, Level 16, State 2, Line 1<br /> Cannot process the object &#8220;update test.employee set email_address = &#8220;dmcmillan@mgh.org&#8221;<br /> where employee = 888888&#8243;. The OLE DB provider &#8220;OraOLEDB.Oracle&#8221; for linked server &#8220;lawtest&#8221; indicates that either the object has no columns or the current user does not have permissions on that object.</p><p>Thanks very much.</p> ]]></content:encoded> </item> <item><title>By: Taylor Gerring</title><link>http://www.ideaexcursion.com/2009/01/05/connecting-to-oracle-from-sql-server/comment-page-1/#comment-612</link> <dc:creator>Taylor Gerring</dc:creator> <pubDate>Mon, 21 Nov 2011 17:58:11 +0000</pubDate> <guid isPermaLink="false">http://www.ideaexcursion.com/?p=124#comment-612</guid> <description>@dmcmillanBy selecting &quot;Be made using this security context&quot;, you&#039;re requesting that the credentials used are those ones you&#039;re providing in that dialog box.If you want the connection to be attempted with the same credentials as you&#039;re logging in, select &quot;Be made using the login&#039;s current security context&quot;, though I find this often doesn&#039;t work, especially with Windows Authentication.</description> <content:encoded><![CDATA[<p>@dmcmillan</p><p>By selecting &#8220;Be made using this security context&#8221;, you&#8217;re requesting that the credentials used are those ones you&#8217;re providing in that dialog box.</p><p>If you want the connection to be attempted with the same credentials as you&#8217;re logging in, select &#8220;Be made using the login&#8217;s current security context&#8221;, though I find this often doesn&#8217;t work, especially with Windows Authentication.</p> ]]></content:encoded> </item> <item><title>By: dmcmillan</title><link>http://www.ideaexcursion.com/2009/01/05/connecting-to-oracle-from-sql-server/comment-page-1/#comment-611</link> <dc:creator>dmcmillan</dc:creator> <pubDate>Mon, 21 Nov 2011 17:46:04 +0000</pubDate> <guid isPermaLink="false">http://www.ideaexcursion.com/?p=124#comment-611</guid> <description>I set up a link from SQL Server 2008R2 to an Oracle 10g database. Using &quot;be made using this security contex&quot; entered a login name and password. Do you actually connect to the database as that user?  Or are you connected as the user you are logged into SSMS as? Thatnks very much.</description> <content:encoded><![CDATA[<p>I set up a link from SQL Server 2008R2 to an Oracle 10g database. Using &#8220;be made using this security contex&#8221; entered a login name and password.<br /> Do you actually connect to the database as that user?  Or are you connected as the user you are logged into SSMS as?<br /> Thatnks very much.</p> ]]></content:encoded> </item> <item><title>By: Alecsandra</title><link>http://www.ideaexcursion.com/2009/01/05/connecting-to-oracle-from-sql-server/comment-page-1/#comment-601</link> <dc:creator>Alecsandra</dc:creator> <pubDate>Mon, 10 Oct 2011 16:36:35 +0000</pubDate> <guid isPermaLink="false">http://www.ideaexcursion.com/?p=124#comment-601</guid> <description>This is great. It helped me a lot in troubleshooting my issue with the SQL server 2008 to Oracle 9i connection. Thanks!A</description> <content:encoded><![CDATA[<p>This is great. It helped me a lot in troubleshooting my issue with the SQL server 2008 to Oracle 9i connection. Thanks!</p><p>A</p> ]]></content:encoded> </item> <item><title>By: Rando</title><link>http://www.ideaexcursion.com/2009/01/05/connecting-to-oracle-from-sql-server/comment-page-1/#comment-597</link> <dc:creator>Rando</dc:creator> <pubDate>Wed, 21 Sep 2011 13:26:43 +0000</pubDate> <guid isPermaLink="false">http://www.ideaexcursion.com/?p=124#comment-597</guid> <description>Great Info -- just set up a linked server at work, and it worked wonderfully.</description> <content:encoded><![CDATA[<p>Great Info &#8212; just set up a linked server at work, and it worked wonderfully.</p> ]]></content:encoded> </item> <item><title>By: Andrzej</title><link>http://www.ideaexcursion.com/2009/01/05/connecting-to-oracle-from-sql-server/comment-page-1/#comment-577</link> <dc:creator>Andrzej</dc:creator> <pubDate>Thu, 25 Aug 2011 11:16:53 +0000</pubDate> <guid isPermaLink="false">http://www.ideaexcursion.com/?p=124#comment-577</guid> <description>Thank you - it&#039;s just what I needed :D</description> <content:encoded><![CDATA[<p>Thank you &#8211; it&#8217;s just what I needed <img src='http://static.ideaexcursion.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>By: Jason Puchyr</title><link>http://www.ideaexcursion.com/2009/01/05/connecting-to-oracle-from-sql-server/comment-page-1/#comment-564</link> <dc:creator>Jason Puchyr</dc:creator> <pubDate>Tue, 26 Jul 2011 18:36:30 +0000</pubDate> <guid isPermaLink="false">http://www.ideaexcursion.com/?p=124#comment-564</guid> <description>You can also &quot;by pass&quot; the TNSNames.ora file (essentially a TNSless oracle linked server) by putting the TNSNames entry details as the Data Source. Linked server: friendly name you want to use for the OracleDB Server type: other Provider: Oracle Provider for OLE DB Product Name: whatever you want Data source: full tns entry - with brackets ie: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=fakeHost.org)(PORT=234))(CONNECT_DATA=(SERVER=dedicated)(SERVICE_NAME=oraServiceName))) Provider string: leave blank (at least this works for me connecting a SQL Server 2008 R2 to an Oracle 11g database using the 11g client (11.2.0.1.0) 64-bit)</description> <content:encoded><![CDATA[<p>You can also &#8220;by pass&#8221; the TNSNames.ora file (essentially a TNSless oracle linked server) by putting the TNSNames entry details as the Data Source.</p><p> Linked server: friendly name you want to use for the OracleDB<br /> Server type: other<br /> Provider: Oracle Provider for OLE DB<br /> Product Name: whatever you want<br /> Data source: full tns entry &#8211; with brackets ie:<br /> (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=fakeHost.org)(PORT=234))(CONNECT_DATA=(SERVER=dedicated)(SERVICE_NAME=oraServiceName)))<br /> Provider string: leave blank</p><p> (at least this works for me connecting a SQL Server 2008 R2 to an Oracle 11g database using the 11g client (11.2.0.1.0) 64-bit)</p> ]]></content:encoded> </item> <item><title>By: Working with Oracle from SqlServer 20008 with Services&#8211;the Architecture part 1 &#171; Kaidanov Tzvi Gregory Technical Issues &#38; Solutions</title><link>http://www.ideaexcursion.com/2009/01/05/connecting-to-oracle-from-sql-server/comment-page-1/#comment-541</link> <dc:creator>Working with Oracle from SqlServer 20008 with Services&#8211;the Architecture part 1 &#171; Kaidanov Tzvi Gregory Technical Issues &#38; Solutions</dc:creator> <pubDate>Sun, 05 Jun 2011 13:27:27 +0000</pubDate> <guid isPermaLink="false">http://www.ideaexcursion.com/?p=124#comment-541</guid> <description>[...] &#160;Add sources of Oracle to SQL SEVRER . [...]</description> <content:encoded><![CDATA[<p>[...] &#160;Add sources of Oracle to SQL SEVRER . [...]</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Served from: www.ideaexcursion.com @ 2012-02-07 08:36:59 by W3 Total Cache -->
