<?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 Access to Oracle using wallets in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Access-to-Oracle-using-wallets/m-p/626322#M18256</link>
    <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13976"&gt;@SASKiwi&lt;/a&gt;&amp;nbsp;. So, in SAS Server the only actions are:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- copy wallet folder;&lt;/P&gt;&lt;P&gt;- include wallet folder in TNS_ADMIN environment variable&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And the connect the same way as regular Oracle connections. That's correct?&lt;/P&gt;</description>
    <pubDate>Thu, 20 Feb 2020 19:58:43 GMT</pubDate>
    <dc:creator>MariaD</dc:creator>
    <dc:date>2020-02-20T19:58:43Z</dc:date>
    <item>
      <title>SAS Access to Oracle using wallets</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Access-to-Oracle-using-wallets/m-p/626149#M18252</link>
      <description>&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are setting our first Oracle connection using wallets. We have SAS 9.4 M6 installed on Linux and we have Oracle 12c client installed too.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We copy the wallet folder (includes sqlnet.ora, tnsname.ora, etc files inside) on a new directory. This folder has 400 permission for "sas" user. We also add on out TNS_ADMIN environment variable, inside sasenv_local file the wallet directory and restarted the SAS services.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But when we tried to connect the following error appears:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;LIBNAME TEST ORACLE PATH=path_defined_wallet_tns USER=user PASSWORD=XXXXXXXXXXXXXXXXX;

ERROR: ORACLE connection error: ORA-28759: failure to open file.
ERROR: Error in the LIBNAME statement.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any&amp;nbsp;suggestions?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2020 13:52:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Access-to-Oracle-using-wallets/m-p/626149#M18252</guid>
      <dc:creator>MariaD</dc:creator>
      <dc:date>2020-02-20T13:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Access to Oracle using wallets</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Access-to-Oracle-using-wallets/m-p/626292#M18253</link>
      <description>&lt;P&gt;Remotely logon to your SAS server and try to open tnsnames.ora manually using the same userid you are testing your Oracle connection with. If it fails it is a simple OS file permission issue.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2020 19:17:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Access-to-Oracle-using-wallets/m-p/626292#M18253</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2020-02-20T19:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Access to Oracle using wallets</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Access-to-Oracle-using-wallets/m-p/626317#M18254</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13976"&gt;@SASKiwi&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks! I logon on our SAS server and I open the tnsnames.ora without any problem. The error is the same:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ERROR: ORACLE connection error: ORA-28759: failure to open file.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I checked and the tnsnames.ora permissions, on wallet folder, are the same of the tnsnames.ora used for regular Oracle connections.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any other idea?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2020 19:43:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Access-to-Oracle-using-wallets/m-p/626317#M18254</guid>
      <dc:creator>MariaD</dc:creator>
      <dc:date>2020-02-20T19:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Access to Oracle using wallets</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Access-to-Oracle-using-wallets/m-p/626319#M18255</link>
      <description>&lt;P&gt;I googled the Oracle error and came up with links like this:&amp;nbsp;&lt;A href="https://community.oracle.com/thread/2317808?start=0&amp;amp;tstart=0" target="_blank"&gt;https://community.oracle.com/thread/2317808?start=0&amp;amp;tstart=0&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I suggest you also google this and work through the suggestions to see if they help. This is an Oracle only problem.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2020 19:51:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Access-to-Oracle-using-wallets/m-p/626319#M18255</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2020-02-20T19:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Access to Oracle using wallets</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Access-to-Oracle-using-wallets/m-p/626322#M18256</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13976"&gt;@SASKiwi&lt;/a&gt;&amp;nbsp;. So, in SAS Server the only actions are:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- copy wallet folder;&lt;/P&gt;&lt;P&gt;- include wallet folder in TNS_ADMIN environment variable&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And the connect the same way as regular Oracle connections. That's correct?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2020 19:58:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Access-to-Oracle-using-wallets/m-p/626322#M18256</guid>
      <dc:creator>MariaD</dc:creator>
      <dc:date>2020-02-20T19:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Access to Oracle using wallets</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Access-to-Oracle-using-wallets/m-p/626333#M18257</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/36451"&gt;@MariaD&lt;/a&gt;&amp;nbsp;- Sounds reasonable. Your Oracle Administrator should be able to advise you on this.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2020 20:24:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Access-to-Oracle-using-wallets/m-p/626333#M18257</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2020-02-20T20:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Access to Oracle using wallets</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Access-to-Oracle-using-wallets/m-p/627034#M18277</link>
      <description>&lt;P&gt;At our site (Windows, not Linux), we don't use USER= or PASSWORD=:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE class=" language-sas"&gt;&lt;CODE class="  language-sas"&gt;&lt;SPAN class="token statement"&gt;LIBNAME&lt;/SPAN&gt; TEST ORACLE PATH&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;path_defined_wallet_tns /*schema=user*/&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This might help with the Error in LIBNAME statement.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We ran into an issue when updating the file because the permissions changed. We had to ensure that "Authenticated Users" were allowed "Read" and "Read/Execute" to the file.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2020 21:43:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Access-to-Oracle-using-wallets/m-p/627034#M18277</guid>
      <dc:creator>jwatson</dc:creator>
      <dc:date>2020-02-24T21:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Access to Oracle using wallets</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Access-to-Oracle-using-wallets/m-p/627511#M18287</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/8857"&gt;@jwatson&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I try commented user and password options but the same error occurs. I copied the wallet folder to our SAS server. The wallet folder is set with 500 permission for "sas" user. The sqlnet.ora file, inside wallet folder, has the correct directory for the wallet. I also included the wallet path to TNS_ADMIN environment variable, inside sasenv_local file and I restarted the sas services too.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you know if I missing something?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2020 14:51:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Access-to-Oracle-using-wallets/m-p/627511#M18287</guid>
      <dc:creator>MariaD</dc:creator>
      <dc:date>2020-02-26T14:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Access to Oracle using wallets</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Access-to-Oracle-using-wallets/m-p/627550#M18288</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/8857"&gt;@jwatson&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13976"&gt;@SASKiwi&lt;/a&gt;&amp;nbsp;, thanks! I found the cause of the error. I added the wallet location on sqlnet.ora file on Oracle installation folder &amp;nbsp;and now I can connect.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2020 15:43:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Access-to-Oracle-using-wallets/m-p/627550#M18288</guid>
      <dc:creator>MariaD</dc:creator>
      <dc:date>2020-02-26T15:43:37Z</dc:date>
    </item>
  </channel>
</rss>

