<?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 12c | Unable to connect to Oracle-Oracle environment in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Oracle-12c-Unable-to-connect-to-Oracle-Oracle-environment/m-p/587682#M17166</link>
    <description>&lt;P&gt;I suggest you try a test query in Oracle's SQLPLUS tool on your SAS server. If it works then there is something on the SAS side that is not configured correctly. If it doesn't work, then it is an Oracle client configuration problem and nothing to do with SAS. Make sure you have the correct database connections defined in your TNSNAMES.ORA file.&lt;/P&gt;</description>
    <pubDate>Tue, 10 Sep 2019 21:16:38 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2019-09-10T21:16:38Z</dc:date>
    <item>
      <title>Oracle 12c | Unable to connect to Oracle-Oracle environment</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Oracle-12c-Unable-to-connect-to-Oracle-Oracle-environment/m-p/587660#M17163</link>
      <description>&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have installed Oracle Client 12c on our Linux server. Using SAS Deployment Manager we configure SAS Access to Oracle to 12c. We also added the following environment variables on sasenv_local under../SASFoundation/9.4/bin:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;export LD_LIBRARY_PATH=/oracle/product/12.2.0/client_1/lib:$LD_LIBRARY_PATH &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;export PATH=/oracle/product/12.2.0/client_1/bin:$PATH &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;export TNS_ADMIN=/oracle/product/12.2.0/client_1/network/admin:$TNS_ADMIN &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;export ORACLE_HOME=/oracle/product/12.2.0/client_1:$ORACLE_HOME&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Before test the new library, we restarted our services&amp;nbsp;but when we tried to create a oracle libname we had the following error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;26 &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;LIBNAME ORALIB ORACLE&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;PATH=AAAA&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;SCHEMA=MY_SCHEMA&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;USER=user&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;26 &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;! PASSWORD=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX ;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ERROR: Unable to connect to Oracle-Oracle environment is either not set or set incorrectly!&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ERROR: Error in the LIBNAME statement.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea what is missing?&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2019 19:52:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Oracle-12c-Unable-to-connect-to-Oracle-Oracle-environment/m-p/587660#M17163</guid>
      <dc:creator>MariaD</dc:creator>
      <dc:date>2019-09-10T19:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 12c | Unable to connect to Oracle-Oracle environment</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Oracle-12c-Unable-to-connect-to-Oracle-Oracle-environment/m-p/587682#M17166</link>
      <description>&lt;P&gt;I suggest you try a test query in Oracle's SQLPLUS tool on your SAS server. If it works then there is something on the SAS side that is not configured correctly. If it doesn't work, then it is an Oracle client configuration problem and nothing to do with SAS. Make sure you have the correct database connections defined in your TNSNAMES.ORA file.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2019 21:16:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Oracle-12c-Unable-to-connect-to-Oracle-Oracle-environment/m-p/587682#M17166</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2019-09-10T21:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 12c | Unable to connect to Oracle-Oracle environment</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Oracle-12c-Unable-to-connect-to-Oracle-Oracle-environment/m-p/587813#M17176</link>
      <description>&lt;P&gt;My initial understanding is that you need to define the ODBCINI and ODBCINST path as well apart from that ensure that you LD_LIBRARY_PATH has everything covered.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The best validation is to verify whether the isql test works fine, in case that fails then you need to understand whether there is some firewall issue, if the isql test works fine then you are confined to just the SAS configuration.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Worth trying the above two before we can look at other possibilities.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ankit&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2019 12:43:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Oracle-12c-Unable-to-connect-to-Oracle-Oracle-environment/m-p/587813#M17176</guid>
      <dc:creator>ankitd</dc:creator>
      <dc:date>2019-09-11T12:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 12c | Unable to connect to Oracle-Oracle environment</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Oracle-12c-Unable-to-connect-to-Oracle-Oracle-environment/m-p/587823#M17180</link>
      <description>&lt;P&gt;Thanks to all. We reviewed the environment variables definition and we find an extra "/" that cause the problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2019 12:56:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Oracle-12c-Unable-to-connect-to-Oracle-Oracle-environment/m-p/587823#M17180</guid>
      <dc:creator>MariaD</dc:creator>
      <dc:date>2019-09-11T12:56:25Z</dc:date>
    </item>
  </channel>
</rss>

