<?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 Do I need Oracle installed in local computer in All Things Community</title>
    <link>https://communities.sas.com/t5/All-Things-Community/Do-I-need-Oracle-installed-in-local-computer/m-p/245990#M1341</link>
    <description>&lt;P&gt;I need access Oracle from SAS.&lt;/P&gt;&lt;P&gt;1) Oracle database is in another server computer,&lt;/P&gt;&lt;P&gt;2) local computer has SAS, but no Oracle;&lt;/P&gt;&lt;P&gt;3) local computer use Windows7(64 byte).&lt;/P&gt;&lt;P&gt;4) Now I can access Oracle from Toad, but I need access from SAS!.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do I need install Oracle on my local computer? Or just install ODBC driver? What's dsn mean in the code below?&lt;/P&gt;&lt;P&gt;Proc sql ;&lt;BR /&gt;connect to ODBC (dsn = 'XXXX' user = gzhang password = XXXX) ;&lt;BR /&gt;create table CTable&amp;nbsp;as&lt;BR /&gt;select * from connection to ODBC&lt;BR /&gt;(&lt;BR /&gt;select ....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone help me, I will appreciate it.&lt;/P&gt;</description>
    <pubDate>Mon, 25 Jan 2016 21:15:15 GMT</pubDate>
    <dc:creator>zgp480</dc:creator>
    <dc:date>2016-01-25T21:15:15Z</dc:date>
    <item>
      <title>Do I need Oracle installed in local computer</title>
      <link>https://communities.sas.com/t5/All-Things-Community/Do-I-need-Oracle-installed-in-local-computer/m-p/245990#M1341</link>
      <description>&lt;P&gt;I need access Oracle from SAS.&lt;/P&gt;&lt;P&gt;1) Oracle database is in another server computer,&lt;/P&gt;&lt;P&gt;2) local computer has SAS, but no Oracle;&lt;/P&gt;&lt;P&gt;3) local computer use Windows7(64 byte).&lt;/P&gt;&lt;P&gt;4) Now I can access Oracle from Toad, but I need access from SAS!.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do I need install Oracle on my local computer? Or just install ODBC driver? What's dsn mean in the code below?&lt;/P&gt;&lt;P&gt;Proc sql ;&lt;BR /&gt;connect to ODBC (dsn = 'XXXX' user = gzhang password = XXXX) ;&lt;BR /&gt;create table CTable&amp;nbsp;as&lt;BR /&gt;select * from connection to ODBC&lt;BR /&gt;(&lt;BR /&gt;select ....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone help me, I will appreciate it.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2016 21:15:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/All-Things-Community/Do-I-need-Oracle-installed-in-local-computer/m-p/245990#M1341</guid>
      <dc:creator>zgp480</dc:creator>
      <dc:date>2016-01-25T21:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: Do I need Oracle installed in local computer</title>
      <link>https://communities.sas.com/t5/All-Things-Community/Do-I-need-Oracle-installed-in-local-computer/m-p/245994#M1342</link>
      <description>&lt;P&gt;No, you don't need Oracle installed locally, but you do need some method of your computer talking to Oracle.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Try following the instructions here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/techsup/technote/ts714.pdf" target="_blank"&gt;https://support.sas.com/techsup/technote/ts714.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2016 21:24:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/All-Things-Community/Do-I-need-Oracle-installed-in-local-computer/m-p/245994#M1342</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-01-25T21:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: Do I need Oracle installed in local computer</title>
      <link>https://communities.sas.com/t5/All-Things-Community/Do-I-need-Oracle-installed-in-local-computer/m-p/246014#M1343</link>
      <description>&lt;P&gt;What SAS product do you have to connect to Oracle?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS/ACCESS to ODBC, SAS?ACCESS to OLEDB or SAS/ACCESS to Oracle? One of these must be installed and licensed to connect to Oracle. You can check your licence by running: proc setinit noalias; run;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2016 22:40:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/All-Things-Community/Do-I-need-Oracle-installed-in-local-computer/m-p/246014#M1343</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2016-01-25T22:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: Do I need Oracle installed in local computer</title>
      <link>https://communities.sas.com/t5/All-Things-Community/Do-I-need-Oracle-installed-in-local-computer/m-p/246092#M1344</link>
      <description>&lt;P&gt;I got these:&lt;/P&gt;&lt;P&gt;---SAS/ACCESS Interface to PC Files&lt;/P&gt;&lt;P&gt;---SAS/ACCESS Interface to ODBC&lt;/P&gt;&lt;P&gt;---SAS/ACCESS Interface to OLE DB&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I do need install Oracle on my local computer?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2016 14:14:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/All-Things-Community/Do-I-need-Oracle-installed-in-local-computer/m-p/246092#M1344</guid>
      <dc:creator>zgp480</dc:creator>
      <dc:date>2016-01-26T14:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: Do I need Oracle installed in local computer</title>
      <link>https://communities.sas.com/t5/All-Things-Community/Do-I-need-Oracle-installed-in-local-computer/m-p/246104#M1345</link>
      <description>&lt;P&gt;No you do not need Oracle installed on your local computer.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2016 15:39:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/All-Things-Community/Do-I-need-Oracle-installed-in-local-computer/m-p/246104#M1345</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-01-26T15:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: Do I need Oracle installed in local computer</title>
      <link>https://communities.sas.com/t5/All-Things-Community/Do-I-need-Oracle-installed-in-local-computer/m-p/246109#M1346</link>
      <description>&lt;P&gt;I don't have ODBC driver. How can I configure it? I remember I need ...ora file? I cannot remember the exact file&amp;nbsp;name.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2016 16:00:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/All-Things-Community/Do-I-need-Oracle-installed-in-local-computer/m-p/246109#M1346</guid>
      <dc:creator>zgp480</dc:creator>
      <dc:date>2016-01-26T16:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: Do I need Oracle installed in local computer</title>
      <link>https://communities.sas.com/t5/All-Things-Community/Do-I-need-Oracle-installed-in-local-computer/m-p/246121#M1347</link>
      <description>&lt;P&gt;I think these are getting to be Windows/Oracle questions not really SAS related.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regardless, you do need an ODBC driver - see your IT team or the Oracle page to download the correct one for your system.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2016 16:17:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/All-Things-Community/Do-I-need-Oracle-installed-in-local-computer/m-p/246121#M1347</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-01-26T16:17:47Z</dc:date>
    </item>
  </channel>
</rss>

