<?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: Oracle connection error in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Oracle-connection-error/m-p/651887#M36144</link>
    <description>&lt;P&gt;The connection method you attempted would have required the output to show something like&lt;/P&gt;
&lt;P&gt;For SAS/ACCESS to Oracle&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;The result means that was not loaded.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can run Proc Setinit; run; to show what is licensed. It may be that you have a license but the module wasn't installed for you. Which could be an easy partial reinstall. If Oracle (or the ODBC) doesn't appear in the license then license changes will be needed and then an updated install.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Without ODBC or the Oracle you will be stuck until one is installed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 29 May 2020 21:17:41 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2020-05-29T21:17:41Z</dc:date>
    <item>
      <title>Oracle connection error</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Oracle-connection-error/m-p/651781#M36140</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;22   proc sql;
23   connect to oracle(user=shruthi password=XXXX path='SAS');
ERROR: The ORACLE engine cannot be found.
ERROR: A Connection to the oracle DBMS is not currently supported, or is not installed at your site.
24   select * from connection to oracle(select * from plans_2008 unionall select * from plans_2009);
ERROR: The ORACLE engine cannot be found.
ERROR: A Connection to the oracle DBMS is not currently supported, or is not installed at your site.
25   disconnect from oracle;
ERROR: Connection to the oracle DBMS does not exist.
26   quit;
NOTE: The SAS System stopped processing this step because of errors.
NOTE: PROCEDURE SQL used (Total process time):
      real time           0.08 seconds
      cpu time            0.01 seconds

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Why is my application unable to connect to oracle?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2020 16:31:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Oracle-connection-error/m-p/651781#M36140</guid>
      <dc:creator>shruthinayakvad</dc:creator>
      <dc:date>2020-05-29T16:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle connection error</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Oracle-connection-error/m-p/651785#M36141</link>
      <description>&lt;P&gt;It appears you don't have SAS/ACCESS to Oracle installed in your environment.&amp;nbsp; Run&amp;nbsp;&lt;STRONG&gt;proc product_status; run;&amp;nbsp;&lt;/STRONG&gt;to verify.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You might be able to connect using ODBC (if you have SAS/ACCESS to ODBC).&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2020 16:41:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Oracle-connection-error/m-p/651785#M36141</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2020-05-29T16:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle connection error</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Oracle-connection-error/m-p/651807#M36142</link>
      <description>31 proc product_status;&lt;BR /&gt;32 run;&lt;BR /&gt;&lt;BR /&gt;For Base SAS Software ...&lt;BR /&gt;Custom version information: 9.4_M2&lt;BR /&gt;Image version information: 9.04.01M2P072314&lt;BR /&gt;For SAS/STAT ...&lt;BR /&gt;Custom version information: 13.2&lt;BR /&gt;For SAS/GRAPH ...&lt;BR /&gt;Custom version information: 9.4_M2&lt;BR /&gt;For SAS/ETS ...&lt;BR /&gt;Custom version information: 13.2&lt;BR /&gt;For SAS/OR ...&lt;BR /&gt;Custom version information: 13.2&lt;BR /&gt;For SAS/IML ...&lt;BR /&gt;Custom version information: 13.2&lt;BR /&gt;For High Performance Suite ...&lt;BR /&gt;Custom version information: 2.2_M1&lt;BR /&gt;For SAS/ACCESS Interface to PC Files ...&lt;BR /&gt;Custom version information: 9.4_M2&lt;BR /&gt;NOTE: PROCEDURE PRODUCT_STATUS used (Total process time):&lt;BR /&gt;real time 0.04 seconds&lt;BR /&gt;cpu time 0.03 seconds&lt;BR /&gt;&lt;BR /&gt;I did run the statement mentioned.The above appears in log.&lt;BR /&gt;??</description>
      <pubDate>Fri, 29 May 2020 17:58:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Oracle-connection-error/m-p/651807#M36142</guid>
      <dc:creator>shruthinayakvad</dc:creator>
      <dc:date>2020-05-29T17:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle connection error</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Oracle-connection-error/m-p/651887#M36144</link>
      <description>&lt;P&gt;The connection method you attempted would have required the output to show something like&lt;/P&gt;
&lt;P&gt;For SAS/ACCESS to Oracle&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;The result means that was not loaded.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can run Proc Setinit; run; to show what is licensed. It may be that you have a license but the module wasn't installed for you. Which could be an easy partial reinstall. If Oracle (or the ODBC) doesn't appear in the license then license changes will be needed and then an updated install.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Without ODBC or the Oracle you will be stuck until one is installed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2020 21:17:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Oracle-connection-error/m-p/651887#M36144</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-05-29T21:17:41Z</dc:date>
    </item>
  </channel>
</rss>

