<?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: creation of oracle physical libraries in SAS Viya</title>
    <link>https://communities.sas.com/t5/SAS-Viya/creation-of-oracle-physical-libraries/m-p/623046#M534</link>
    <description>&lt;P&gt;Margherita&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Some answers and some questions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS Viya has the SPRE (SAS Platform Runtime Environment). So when using SAS Studio to run code, this is what you use, and in there you can use LIBNAME statements as you are used to from SAS9.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Applications like Visual Analytics use data from CAS libraries and as you write, the data has to be loaded into memory for those applications to work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tell us more about the use case, this will help us better understand your needs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Fri, 07 Feb 2020 13:31:46 GMT</pubDate>
    <dc:creator>BrunoMueller</dc:creator>
    <dc:date>2020-02-07T13:31:46Z</dc:date>
    <item>
      <title>creation of oracle physical libraries</title>
      <link>https://communities.sas.com/t5/SAS-Viya/creation-of-oracle-physical-libraries/m-p/622993#M531</link>
      <description>&lt;P&gt;Hello guys,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I&lt;STRONG&gt; need to create a pre-assigned physical Oracle Library on the new SAS Viya. &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In SAS v.9.4 I used the SAS Management Console for creation: the library was pre-assigned and the tables were updated in real time. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In the new SAS Viya not exist SAS Management Console and I can't get the same result. can you help me? thank you&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2020 09:58:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/creation-of-oracle-physical-libraries/m-p/622993#M531</guid>
      <dc:creator>m_margherita</dc:creator>
      <dc:date>2020-02-07T09:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: creation of oracle physical libraries</title>
      <link>https://communities.sas.com/t5/SAS-Viya/creation-of-oracle-physical-libraries/m-p/623012#M532</link>
      <description>&lt;P&gt;In SAS Viya you have two alternatives to create CAS Libraries:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;GUI approach, use the SAS Environment Manager -&amp;gt; Data -&amp;gt; Data Sources -&amp;gt; click on the connect icon&lt;/LI&gt;
&lt;LI&gt;Programming approach, use either the CASLIB statement or the table.addcaslib action&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;See here for an example on creating an Oracle CAS Library&amp;nbsp;&lt;A href="https://go.documentation.sas.com/?docsetId=caspg&amp;amp;docsetVersion=3.5&amp;amp;docsetTarget=n1sm3p9v8hq9d9n143uhz45kavig.htm&amp;amp;locale=en"&gt;https://go.documentation.sas.com/?docsetId=caspg&amp;amp;docsetVersion=3.5&amp;amp;docsetTarget=n1sm3p9v8hq9d9n143uhz45kavig.htm&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By default you will create a session scoped CAS library so it will only be visible to your current CAS session, use the option session=false to create a global scoped CAS library.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also by default only the user creating the CAS library will have read access, no other user will be able to see the CAS library, so you also need to change the permissions for the CAS library.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also note CAS libraries are different to SAS libraries in many ways.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2020 11:36:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/creation-of-oracle-physical-libraries/m-p/623012#M532</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2020-02-07T11:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: creation of oracle physical libraries</title>
      <link>https://communities.sas.com/t5/SAS-Viya/creation-of-oracle-physical-libraries/m-p/623021#M533</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Thanks Bruno for your answer. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I performed the procedure. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I created the CAS library, but by assigning permissions to a group of users they do not see the tables if the load is not executed. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If I load, the problem is that the tables remain static and do not update in real time. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How can i make users see data in real time? alternatively on SAS Viya is possible create simple Oracle-type SAS libraries?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2020 12:10:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/creation-of-oracle-physical-libraries/m-p/623021#M533</guid>
      <dc:creator>m_margherita</dc:creator>
      <dc:date>2020-02-07T12:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: creation of oracle physical libraries</title>
      <link>https://communities.sas.com/t5/SAS-Viya/creation-of-oracle-physical-libraries/m-p/623046#M534</link>
      <description>&lt;P&gt;Margherita&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Some answers and some questions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS Viya has the SPRE (SAS Platform Runtime Environment). So when using SAS Studio to run code, this is what you use, and in there you can use LIBNAME statements as you are used to from SAS9.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Applications like Visual Analytics use data from CAS libraries and as you write, the data has to be loaded into memory for those applications to work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tell us more about the use case, this will help us better understand your needs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2020 13:31:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/creation-of-oracle-physical-libraries/m-p/623046#M534</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2020-02-07T13:31:46Z</dc:date>
    </item>
  </channel>
</rss>

