<?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 How to set up an ODBC connection to Oracle/DB2 from Unix in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/How-to-set-up-an-ODBC-connection-to-Oracle-DB2-from-Unix/m-p/344447#M63485</link>
    <description>&lt;P&gt;a copy of the&amp;nbsp; odbc.ini file which is saved in my unix home directory does not have anyhting that points to&lt;BR /&gt;odbc connection to db2 or&amp;nbsp; oracle.Only to SQL Server so i am wondering how i am able to&lt;BR /&gt;access databases&amp;nbsp; in oracle and db2 from UNIX?&lt;/P&gt;</description>
    <pubDate>Sun, 26 Mar 2017 20:11:58 GMT</pubDate>
    <dc:creator>Tal</dc:creator>
    <dc:date>2017-03-26T20:11:58Z</dc:date>
    <item>
      <title>How to set up an ODBC connection to Oracle/DB2 from Unix</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-set-up-an-ODBC-connection-to-Oracle-DB2-from-Unix/m-p/344447#M63485</link>
      <description>&lt;P&gt;a copy of the&amp;nbsp; odbc.ini file which is saved in my unix home directory does not have anyhting that points to&lt;BR /&gt;odbc connection to db2 or&amp;nbsp; oracle.Only to SQL Server so i am wondering how i am able to&lt;BR /&gt;access databases&amp;nbsp; in oracle and db2 from UNIX?&lt;/P&gt;</description>
      <pubDate>Sun, 26 Mar 2017 20:11:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-set-up-an-ODBC-connection-to-Oracle-DB2-from-Unix/m-p/344447#M63485</guid>
      <dc:creator>Tal</dc:creator>
      <dc:date>2017-03-26T20:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to set up an ODBC connection to Oracle/DB2 from Unix</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-set-up-an-ODBC-connection-to-Oracle-DB2-from-Unix/m-p/344455#M63486</link>
      <description>&lt;P&gt;Reading the recommendations for your post is a good start like this one.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/A-quick-guide-to-connecting-to-Oracle-from-SAS/ta-p/331849" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/A-quick-guide-to-connecting-to-Oracle-from-SAS/ta-p/331849&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 26 Mar 2017 22:00:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-set-up-an-ODBC-connection-to-Oracle-DB2-from-Unix/m-p/344455#M63486</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2017-03-26T22:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to set up an ODBC connection to Oracle/DB2 from Unix</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-set-up-an-ODBC-connection-to-Oracle-DB2-from-Unix/m-p/344459#M63487</link>
      <description>&lt;P&gt;Thanks Reeza for editing my post. No clue&amp;nbsp; how i forgot the subject line and i aplogize about it.&lt;/P&gt;
&lt;P&gt;SASKiwi thanks for the article.&lt;/P&gt;
&lt;P&gt;What i was saying is i do have access to oracle and db2 with no problems but i dont see anyhting in the odbc.ini file that points to these 2 engines.&lt;/P&gt;
&lt;P&gt;I mean ok i do have the tnsnames.ora saved in oracle/network/admin....and&amp;nbsp; i guess that takes&amp;nbsp; care of the oracle connection but what about the DB2? How come i am still able to read/write&amp;nbsp; from DB2 if i dont have those queries in&amp;nbsp; the odbc.ini&lt;/P&gt;</description>
      <pubDate>Sun, 26 Mar 2017 22:25:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-set-up-an-ODBC-connection-to-Oracle-DB2-from-Unix/m-p/344459#M63487</guid>
      <dc:creator>Tal</dc:creator>
      <dc:date>2017-03-26T22:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to set up an ODBC connection to Oracle/DB2 from Unix</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-set-up-an-ODBC-connection-to-Oracle-DB2-from-Unix/m-p/344521#M63492</link>
      <description>&lt;P&gt;Well I know it is possible with some ODBC database connections to specify the connection completely in a connection string without storing definitions elsewhere. I do it with ODBC and SQL Server under Windows. However I don't have access to Unix and DB2 to try out.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it is possible with ODBC DB2 under Unix then I would expect a complete connection string would look like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.connectionstrings.com/ibm-db2-odbc/" target="_blank"&gt;https://www.connectionstrings.com/ibm-db2-odbc/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How do you define a working ODBC DB2 connection? If it doesn't contain a connection string I can only assume it referencing a connection definition somewhere else like Oracle's TNSNAMES.ORA.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2017 06:51:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-set-up-an-ODBC-connection-to-Oracle-DB2-from-Unix/m-p/344521#M63492</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2017-03-27T06:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to set up an ODBC connection to Oracle/DB2 from Unix</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-set-up-an-ODBC-connection-to-Oracle-DB2-from-Unix/m-p/345604#M63521</link>
      <description>I asked for an updated odbc.ini and again nothing that ponts to ibm db2 odbc...&lt;BR /&gt;I guess there must be some hidden script then..&lt;BR /&gt;&lt;BR /&gt;Cheers</description>
      <pubDate>Thu, 30 Mar 2017 00:51:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-set-up-an-ODBC-connection-to-Oracle-DB2-from-Unix/m-p/345604#M63521</guid>
      <dc:creator>Tal</dc:creator>
      <dc:date>2017-03-30T00:51:14Z</dc:date>
    </item>
  </channel>
</rss>

