<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Can Oracle talk to SQL via ODBC? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/can-oracle-talk-to-sql-via-odbc/m-p/2730096#M836183</link>
    <description>If the scenario allows you to do it the other way around SQL=&amp;gt;Oracle then rather do that.&lt;BR /&gt;It took me four years to get this working since I tried the first time (and plenty of soap in my mouth), but I cracked it yesterday.&lt;BR /&gt;&lt;BR /&gt;Here's how:&lt;BR /&gt;&lt;BR /&gt;Create a linked server in SQL Server&lt;BR /&gt;----------------------------------------&lt;BR /&gt;You need the Microsoft OLE-DB driver for Oracle that comes with SQL server.  Don't use the Oracle OleDB driver.&lt;BR /&gt;&lt;BR /&gt;You will also need to load the Oracle Client for Windows on the SQL server box.&lt;BR /&gt;&lt;BR /&gt;Then in the SQL server manager console MMC,&lt;BR /&gt;under security/linkedservers, add a new server as follows -&lt;BR /&gt;  Linked server = &lt;ANYNAME&gt;&lt;BR /&gt;  Provider Name = 'Microsoft OLE DB provider for Oracle'&lt;BR /&gt;  Product Name = MSDAORA&lt;BR /&gt;  Data Source = &lt;THE net=""&gt;&lt;BR /&gt;    That you created and tested with the NET   configuration assistant that comes with the Oracle Client, typically "&lt;GLOBALDB&gt;_&lt;DOMAIN&gt;".&lt;BR /&gt;&lt;BR /&gt;Once you've done this you can access the Oracle server from SQL server in SQL Query analyser as &lt;LINKEDSERVERNAME&gt;..&lt;SCHEMA&gt;.&lt;TABLE&gt;&lt;BR /&gt;&lt;BR /&gt;You can even use an Oracle table and a SQL table in the same query! (In trasact-SQL ,my personal favourite)&lt;BR /&gt;&lt;BR /&gt;Let me know if you get stuck.  It wasn't easy, but well worth it.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/TABLE&gt;&lt;/SCHEMA&gt;&lt;/LINKEDSERVERNAME&gt;&lt;/DOMAIN&gt;&lt;/GLOBALDB&gt;&lt;/THE&gt;&lt;/ANYNAME&gt;</description>
    <pubDate>Fri, 24 May 2002 07:32:24 GMT</pubDate>
    <dc:creator>Victor Geere</dc:creator>
    <dc:date>2002-05-24T07:32:24Z</dc:date>
    <item>
      <title>Can Oracle talk to SQL via ODBC?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-oracle-talk-to-sql-via-odbc/m-p/2730092#M836179</link>
      <description>Does anyone know of an inexpensive ODBC Driver that will allow Oracle on HPUX to connect to other databases such SQL Server 2000?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance</description>
      <pubDate>Thu, 23 May 2002 12:17:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-oracle-talk-to-sql-via-odbc/m-p/2730092#M836179</guid>
      <dc:creator>Gary Seibak</dc:creator>
      <dc:date>2002-05-23T12:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: Can Oracle talk to SQL via ODBC?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-oracle-talk-to-sql-via-odbc/m-p/2730093#M836180</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;HP Likes&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.openlinksw.com/press/hpchange.htm" target="_blank"&gt;http://www.openlinksw.com/press/hpchange.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;               Steve Steel</description>
      <pubDate>Thu, 23 May 2002 13:31:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-oracle-talk-to-sql-via-odbc/m-p/2730093#M836180</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-05-23T13:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: Can Oracle talk to SQL via ODBC?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-oracle-talk-to-sql-via-odbc/m-p/2730094#M836181</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;ODBC for windows platfrom is free for download at Oracle website. &lt;BR /&gt;after down load ,install it with OUI to NT.&lt;BR /&gt;COnfigure it in NT control panel.</description>
      <pubDate>Fri, 24 May 2002 01:36:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-oracle-talk-to-sql-via-odbc/m-p/2730094#M836181</guid>
      <dc:creator>Printaporn_1</dc:creator>
      <dc:date>2002-05-24T01:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: Can Oracle talk to SQL via ODBC?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-oracle-talk-to-sql-via-odbc/m-p/2730095#M836182</link>
      <description>By far the easiest way to connect the two is to have the sqlserver machine odbc'ing to the unix oracle database. &lt;BR /&gt;&lt;BR /&gt;You could then use relication on thr SQLSERVER box to mirror changes down, or trigger events based on data in tables.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Unix/Oracle -&amp;gt; Sqlserver requires 3rd party drivers. I'd feel very worried about relying on 3rd party drivers as I've had bad experiences in the past.</description>
      <pubDate>Fri, 24 May 2002 05:37:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-oracle-talk-to-sql-via-odbc/m-p/2730095#M836182</guid>
      <dc:creator>Rob Bailey_1</dc:creator>
      <dc:date>2002-05-24T05:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: Can Oracle talk to SQL via ODBC?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-oracle-talk-to-sql-via-odbc/m-p/2730096#M836183</link>
      <description>If the scenario allows you to do it the other way around SQL=&amp;gt;Oracle then rather do that.&lt;BR /&gt;It took me four years to get this working since I tried the first time (and plenty of soap in my mouth), but I cracked it yesterday.&lt;BR /&gt;&lt;BR /&gt;Here's how:&lt;BR /&gt;&lt;BR /&gt;Create a linked server in SQL Server&lt;BR /&gt;----------------------------------------&lt;BR /&gt;You need the Microsoft OLE-DB driver for Oracle that comes with SQL server.  Don't use the Oracle OleDB driver.&lt;BR /&gt;&lt;BR /&gt;You will also need to load the Oracle Client for Windows on the SQL server box.&lt;BR /&gt;&lt;BR /&gt;Then in the SQL server manager console MMC,&lt;BR /&gt;under security/linkedservers, add a new server as follows -&lt;BR /&gt;  Linked server = &lt;ANYNAME&gt;&lt;BR /&gt;  Provider Name = 'Microsoft OLE DB provider for Oracle'&lt;BR /&gt;  Product Name = MSDAORA&lt;BR /&gt;  Data Source = &lt;THE net=""&gt;&lt;BR /&gt;    That you created and tested with the NET   configuration assistant that comes with the Oracle Client, typically "&lt;GLOBALDB&gt;_&lt;DOMAIN&gt;".&lt;BR /&gt;&lt;BR /&gt;Once you've done this you can access the Oracle server from SQL server in SQL Query analyser as &lt;LINKEDSERVERNAME&gt;..&lt;SCHEMA&gt;.&lt;TABLE&gt;&lt;BR /&gt;&lt;BR /&gt;You can even use an Oracle table and a SQL table in the same query! (In trasact-SQL ,my personal favourite)&lt;BR /&gt;&lt;BR /&gt;Let me know if you get stuck.  It wasn't easy, but well worth it.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/TABLE&gt;&lt;/SCHEMA&gt;&lt;/LINKEDSERVERNAME&gt;&lt;/DOMAIN&gt;&lt;/GLOBALDB&gt;&lt;/THE&gt;&lt;/ANYNAME&gt;</description>
      <pubDate>Fri, 24 May 2002 07:32:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-oracle-talk-to-sql-via-odbc/m-p/2730096#M836183</guid>
      <dc:creator>Victor Geere</dc:creator>
      <dc:date>2002-05-24T07:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: Can Oracle talk to SQL via ODBC?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-oracle-talk-to-sql-via-odbc/m-p/2730097#M836184</link>
      <description>Perl has extensive support for both Oracle and ODBC both local and networked.&lt;BR /&gt;&lt;BR /&gt;DBI-1.22 &lt;A href="ftp://download.xs4all.nl/pub/mirror/CPAN/modules/by-module/DBD/DBI-1.22.tar.gz" target="_blank"&gt;ftp://download.xs4all.nl/pub/mirror/CPAN/modules/by-module/DBD/DBI-1.22.tar.gz&lt;/A&gt;&lt;BR /&gt;DBD-Oracle-1.12 &lt;A href="ftp://download.xs4all.nl/pub/mirror/CPAN/modules/by-module/DBD/DBD-Oracle-1.12.tar.gz" target="_blank"&gt;ftp://download.xs4all.nl/pub/mirror/CPAN/modules/by-module/DBD/DBD-Oracle-1.12.tar.gz&lt;/A&gt;&lt;BR /&gt;DBD-ODBC-0.41 &lt;A href="ftp://download.xs4all.nl/pub/mirror/CPAN/modules/by-module/DBD/DBD-ODBC-0.41.tar.gz" target="_blank"&gt;ftp://download.xs4all.nl/pub/mirror/CPAN/modules/by-module/DBD/DBD-ODBC-0.41.tar.gz&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I've used the ODBC drivers to connect three databases at once: Unify/DataServer on AIX 4.3, M$ Access on M$Win2k, and Oracle-7 on HP-UX 11.00</description>
      <pubDate>Fri, 24 May 2002 07:48:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-oracle-talk-to-sql-via-odbc/m-p/2730097#M836184</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2002-05-24T07:48:01Z</dc:date>
    </item>
  </channel>
</rss>

