<?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 reading an oracle database directly from sas in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/reading-an-oracle-database-directly-from-sas/m-p/110424#M258891</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I have the following information i&amp;nbsp; use to connect to an oracle database,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is succssful through sqldeveloper and vb.net,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, it fails with SAS. The SAS Statement is also below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; mat1 =&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (DESCRIPTION =&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (ADDRESS_LIST =&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (ADDRESS =&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (PROTOCOL = TCP)(HOST = mid2-scan)(PORT = 1539))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (CONNECT_DATA = (SERVICE_NAME=mat1))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; username&lt;/P&gt;&lt;P&gt; password&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAS libname i use is&lt;/P&gt;&lt;P&gt;libname oralib oracle user="username" password="password" path="mat1" schema="mat1";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error message i get is&lt;/P&gt;&lt;P&gt;"the oracle engine cannot be found"&lt;/P&gt;&lt;P&gt;"error in the libname statement"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been access the oracle database through "sqldeveloper", i have SAS/ACCESS installed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know what to next, i have tried google but not good way through&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do i have to do anything with the port, and host&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anthony&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Jun 2013 08:16:14 GMT</pubDate>
    <dc:creator>matovua</dc:creator>
    <dc:date>2013-06-18T08:16:14Z</dc:date>
    <item>
      <title>reading an oracle database directly from sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/reading-an-oracle-database-directly-from-sas/m-p/110424#M258891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I have the following information i&amp;nbsp; use to connect to an oracle database,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is succssful through sqldeveloper and vb.net,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, it fails with SAS. The SAS Statement is also below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; mat1 =&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (DESCRIPTION =&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (ADDRESS_LIST =&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (ADDRESS =&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (PROTOCOL = TCP)(HOST = mid2-scan)(PORT = 1539))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (CONNECT_DATA = (SERVICE_NAME=mat1))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; username&lt;/P&gt;&lt;P&gt; password&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAS libname i use is&lt;/P&gt;&lt;P&gt;libname oralib oracle user="username" password="password" path="mat1" schema="mat1";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error message i get is&lt;/P&gt;&lt;P&gt;"the oracle engine cannot be found"&lt;/P&gt;&lt;P&gt;"error in the libname statement"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been access the oracle database through "sqldeveloper", i have SAS/ACCESS installed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know what to next, i have tried google but not good way through&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do i have to do anything with the port, and host&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anthony&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jun 2013 08:16:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/reading-an-oracle-database-directly-from-sas/m-p/110424#M258891</guid>
      <dc:creator>matovua</dc:creator>
      <dc:date>2013-06-18T08:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: reading an oracle database directly from sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/reading-an-oracle-database-directly-from-sas/m-p/110425#M258892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to have the SQL*NET client installed on the machine where SAS executes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jun 2013 08:22:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/reading-an-oracle-database-directly-from-sas/m-p/110425#M258892</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2013-06-18T08:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: reading an oracle database directly from sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/reading-an-oracle-database-directly-from-sas/m-p/110426#M258893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you LinusH,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Database guys here tell me that by the time i am able to access the oracle database through sqldeveloper and vb.net i have SQL*NET installed already. Is there a way i can test if it is installed, i have downloaded a "intallclient-sqlplus-nt-11.2.0.30". When i run it to intall sql plus it asks me for user name and password and i dont know waht to put. the database guys tell me i dont need to install anything&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anthony&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jun 2013 08:33:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/reading-an-oracle-database-directly-from-sas/m-p/110426#M258893</guid>
      <dc:creator>matovua</dc:creator>
      <dc:date>2013-06-18T08:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: reading an oracle database directly from sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/reading-an-oracle-database-directly-from-sas/m-p/110427#M258894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;make sure that your user has authorization to run the Oracle module:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/kb/41/034.html" title="http://support.sas.com/kb/41/034.html"&gt;41034 - "Error: Connection to Oracle not found" when using SAS/ACCESS® Interface to Oracle on Windows 7 machines&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Also, make sure that the PATH env variable contains the search path to ORACLE_HOME/bin.&lt;/P&gt;&lt;P&gt;Since this is not a standard client set up, you could create a ticket to SAS tech support, to help you verify your installation/configuration.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jun 2013 11:19:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/reading-an-oracle-database-directly-from-sas/m-p/110427#M258894</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2013-06-18T11:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: reading an oracle database directly from sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/reading-an-oracle-database-directly-from-sas/m-p/110428#M258895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have to have the oracle client on our system to connect to our oracle database through SAS (we also have a TNS file to pass additional options for offsite database). Your syntax for the libname looks correct. I would verify your local oracle install, verify you have the right SAS/ACCESS product installed (for oracle), verify your specific stuff (userid, passwd, path, schema). If all that checks out, submit a ticket with SAS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EJ &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jun 2013 14:19:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/reading-an-oracle-database-directly-from-sas/m-p/110428#M258895</guid>
      <dc:creator>esjackso</dc:creator>
      <dc:date>2013-06-18T14:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: reading an oracle database directly from sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/reading-an-oracle-database-directly-from-sas/m-p/517853#M258896</link>
      <description>&lt;P&gt;Please I am having a similar problem now. I could not connect to Oracle 11g xe edition database from SAS. I have all required SAS component installed - SAS\ACCESS, SAS\ODBC. i connect through sqlplus, and oracle sq developer successfully. Please what is missing?&lt;/P&gt;</description>
      <pubDate>Sun, 02 Dec 2018 13:00:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/reading-an-oracle-database-directly-from-sas/m-p/517853#M258896</guid>
      <dc:creator>mbakare</dc:creator>
      <dc:date>2018-12-02T13:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: reading an oracle database directly from sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/reading-an-oracle-database-directly-from-sas/m-p/517887#M258897</link>
      <description>&lt;P&gt;Post a NEW question with the details of your issue, this thread is old. You can link to this question if it helps explain you issue.&lt;/P&gt;</description>
      <pubDate>Sun, 02 Dec 2018 17:52:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/reading-an-oracle-database-directly-from-sas/m-p/517887#M258897</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2018-12-02T17:52:17Z</dc:date>
    </item>
  </channel>
</rss>

