<?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: SAS Oracle Configration in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Oracle-Configration/m-p/344748#M8092</link>
    <description>1. Can you show what your env_local file looks like?2. Are you starting new SAS sessions for testing after each change?</description>
    <pubDate>Mon, 27 Mar 2017 19:24:21 GMT</pubDate>
    <dc:creator>Timmy2383</dc:creator>
    <dc:date>2017-03-27T19:24:21Z</dc:date>
    <item>
      <title>SAS Oracle Configration</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Oracle-Configration/m-p/344534#M8076</link>
      <description>&lt;P&gt;Hello Everyone&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please advise what steps are required to setup sas oracle configration on Linux. We alredy installed oracle client 11.2 version on sas9.4.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Oracle installed :&amp;nbsp;/usr/lib/oracle/11.2./client64&lt;/P&gt;&lt;P&gt;TNS File Path :&amp;nbsp;/etc/opt/oracle&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am getting below error from SAS EG: -&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: Unable to connect to Oracle-Oracle environment is either not set or set incorrectly!&lt;BR /&gt;ERROR: Error in the LIBNAME statement.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2017 07:51:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Oracle-Configration/m-p/344534#M8076</guid>
      <dc:creator>japsas100</dc:creator>
      <dc:date>2017-03-27T07:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Oracle Configration</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Oracle-Configration/m-p/344554#M8077</link>
      <description>&lt;P&gt;You need to set the Oracle environment variables in ...../Lev1/level_env.sh&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2017 10:00:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Oracle-Configration/m-p/344554#M8077</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-03-27T10:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Oracle Configration</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Oracle-Configration/m-p/344556#M8078</link>
      <description>&lt;P&gt;done...Again I am getting the same error:&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: Unable to connect to Oracle-Oracle environment is either not set or set incorrectly!&lt;BR /&gt;ERROR: Error in the LIBNAME statement.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2017 10:11:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Oracle-Configration/m-p/344556#M8078</guid>
      <dc:creator>japsas100</dc:creator>
      <dc:date>2017-03-27T10:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Oracle Configration</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Oracle-Configration/m-p/344569#M8079</link>
      <description>Probably works the same way as what Kurt suggested, but mine is set in the env_local file under !SASROOT/SASFoundation/9.4/bin/&lt;BR /&gt;&lt;BR /&gt;You need to set the LD_LIBRARY_PATH environment variable in this file. See page 59 in this doc:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://support.sas.com/documentation/installcenter/en/ikfdtnunxcg/66380/PDF/default/config.pdf" target="_blank"&gt;http://support.sas.com/documentation/installcenter/en/ikfdtnunxcg/66380/PDF/default/config.pdf&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Mar 2017 10:53:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Oracle-Configration/m-p/344569#M8079</guid>
      <dc:creator>Timmy2383</dc:creator>
      <dc:date>2017-03-27T10:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Oracle Configration</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Oracle-Configration/m-p/344598#M8080</link>
      <description>&lt;P&gt;I have added these variable in both these files but still getting the same error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I noticed when i execuate below prog its showing Oracle_Home not exit during signon?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;data _null_;&lt;BR /&gt; if sysexist('$ORACLE_HOME') then do;&lt;BR /&gt; put "Exists";&lt;BR /&gt; Oracle_Home = sysget('$ORACLE_HOME');&lt;BR /&gt; put Oracle_Home = ;&lt;BR /&gt; end;&lt;BR /&gt; else put "Not exists";&lt;BR /&gt;run;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2017 12:49:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Oracle-Configration/m-p/344598#M8080</guid>
      <dc:creator>japsas100</dc:creator>
      <dc:date>2017-03-27T12:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Oracle Configration</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Oracle-Configration/m-p/344610#M8081</link>
      <description>&lt;P&gt;Do not use the dollar sign in a %sysget, sysget or sysexist, just use ORACLE_HOME.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2017 13:29:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Oracle-Configration/m-p/344610#M8081</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-03-27T13:29:08Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Oracle Configration</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Oracle-Configration/m-p/344612#M8082</link>
      <description>&lt;P&gt;And what do you mean by "during signon"? Is SAS/CONNECT involved in the situation in some way?&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2017 13:31:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Oracle-Configration/m-p/344612#M8082</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-03-27T13:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Oracle Configration</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Oracle-Configration/m-p/344733#M8087</link>
      <description>&lt;P&gt;We are not using sas connect. I am getting the error agin .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;28 data _null_;&lt;BR /&gt;29 if sysexist('LD_LIBRARY_PATH') then do;&lt;BR /&gt;30 put "Exists";&lt;BR /&gt;31 LD_LIBRARY_PATH = sysget('LD_LIBRARY_PATH');&lt;BR /&gt;32 put LD_LIBRARY_PATH = ;&lt;BR /&gt;33 end;&lt;BR /&gt;34 else put "Not exists";&lt;BR /&gt;35 run;&lt;/P&gt;&lt;P&gt;Exists&lt;BR /&gt;LD_LIBRARY_PATH=/opt/sas/sashome/Secure/sasexe:/opt/sas/sashome/SASODBCDriversfortheWebInfrastructurePlatformDataServer/9.4/Driver:/&lt;BR /&gt;opt/sas/sashome/SASPrivateJavaRuntimeEnvironment/9.4/jre/lib/amd64/server:/opt/sas/s&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this env resolved coreclty?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;oracle error:&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: Could not load /opt/sas/sashome/SASFoundation/9.4/sasexe/sasora (105 images loaded)&lt;BR /&gt;ERROR: libclntsh.so.11.1: cannot open shared object file: No such file or directory&lt;BR /&gt;24&lt;BR /&gt;25 LIBNAME abc ORACLE PATH=prod USER=sas_r PASSWORD=XXXXXXXXXXX;&lt;BR /&gt;ERROR: The SAS/ACCESS Interface to ORACLE cannot be loaded. ERROR: Image SASORA found but not loadable..&lt;BR /&gt;Please make sure Oracle environment is set correctly.&lt;BR /&gt;Look in the install/Config doc for additional info for your platform.&lt;BR /&gt;Other possible reasons - incomplete Oracle client install, 32/64-bit mismatch between Oracle client &amp;amp; SAS, incorrect Oracle client&lt;BR /&gt;version(Oracle client must match the version picked during post-install process), incompatible sasora for your OS or its&lt;BR /&gt;attribs don't permit SAS to load it.&lt;BR /&gt;ERROR: Error in the LIBNAME statement.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2017 18:54:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Oracle-Configration/m-p/344733#M8087</guid>
      <dc:creator>japsas100</dc:creator>
      <dc:date>2017-03-27T18:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Oracle Configration</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Oracle-Configration/m-p/344735#M8088</link>
      <description>&lt;P&gt;Where is your Oracle client installed and do you have SAS/Access to Oracle licensed/installed?&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2017 18:58:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Oracle-Configration/m-p/344735#M8088</guid>
      <dc:creator>Timmy2383</dc:creator>
      <dc:date>2017-03-27T18:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Oracle Configration</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Oracle-Configration/m-p/344738#M8089</link>
      <description>&lt;P&gt;yes we have licened for oracle client. but know know how we can whether it is installed or not?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;oracle client version 11.2 installed on Linux env. on below path :&amp;nbsp;&lt;/P&gt;&lt;P&gt;/usr/lib/oracle/11.2./client64&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Oracle database version :&amp;nbsp;Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2017 19:10:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Oracle-Configration/m-p/344738#M8089</guid>
      <dc:creator>japsas100</dc:creator>
      <dc:date>2017-03-27T19:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Oracle Configration</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Oracle-Configration/m-p/344741#M8090</link>
      <description>&lt;P&gt;See if you can use my setup as a template for your own. Here's what the entry for Oracle client in my env_local file looks like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#ORACLE&lt;/P&gt;&lt;P&gt;export ORACLE_BASE=/u02/app/oracle&lt;BR /&gt;export ORACLE_HOME=/u02/app/oracle/product/11.2.0/client&lt;BR /&gt;export ORACLE_VERSION=11.2.0&lt;BR /&gt;export PATH=$ORACLE_HOME/bin:$PATH&lt;BR /&gt;LD_LIBRARY_PATH=$ORACLE_HOME/lib:$LD_LIBRARY_PATH&lt;BR /&gt;export LD_LIBRARY_PATH&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2017 19:16:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Oracle-Configration/m-p/344741#M8090</guid>
      <dc:creator>Timmy2383</dc:creator>
      <dc:date>2017-03-27T19:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Oracle Configration</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Oracle-Configration/m-p/344743#M8091</link>
      <description>&lt;P&gt;Thanks for reply.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Still getting the same error.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2017 19:21:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Oracle-Configration/m-p/344743#M8091</guid>
      <dc:creator>japsas100</dc:creator>
      <dc:date>2017-03-27T19:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Oracle Configration</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Oracle-Configration/m-p/344748#M8092</link>
      <description>1. Can you show what your env_local file looks like?2. Are you starting new SAS sessions for testing after each change?</description>
      <pubDate>Mon, 27 Mar 2017 19:24:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Oracle-Configration/m-p/344748#M8092</guid>
      <dc:creator>Timmy2383</dc:creator>
      <dc:date>2017-03-27T19:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Oracle Configration</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Oracle-Configration/m-p/344749#M8093</link>
      <description>&lt;P&gt;Thanks Timmy2383&lt;/P&gt;&lt;P&gt;Issued has been fixed. Acutually use not have the appropriate access right thats why its throwing error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I assigned all the required access through smc then I am able to connect with oracle without any error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks You soo much for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2017 19:31:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Oracle-Configration/m-p/344749#M8093</guid>
      <dc:creator>japsas100</dc:creator>
      <dc:date>2017-03-27T19:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Oracle Configration</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Oracle-Configration/m-p/344940#M8098</link>
      <description>Glad you got it resolved!</description>
      <pubDate>Tue, 28 Mar 2017 12:09:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Oracle-Configration/m-p/344940#M8098</guid>
      <dc:creator>Timmy2383</dc:creator>
      <dc:date>2017-03-28T12:09:16Z</dc:date>
    </item>
  </channel>
</rss>

