<?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: How can I find all pre-assigned Oracle libraries? in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/How-can-I-find-all-pre-assigned-Oracle-libraries/m-p/157873#M1925</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I meant the attributes based on the metadata. The use case is Oracle is down (so the libraries aren't allocated), and I want to turn off Pre Assigned in the SMC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or I just want to search the metadata for whatever reason, say for some custom attributes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Jun 2014 07:56:54 GMT</pubDate>
    <dc:creator>ScottBass</dc:creator>
    <dc:date>2014-06-27T07:56:54Z</dc:date>
    <item>
      <title>How can I find all pre-assigned Oracle libraries?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-can-I-find-all-pre-assigned-Oracle-libraries/m-p/157871#M1923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This question is related to &lt;A __default_attr="59020" __jive_macro_name="thread" class="jive_macro jive_macro_thread" href="https://communities.sas.com/" modifiedtitle="true" title="How can I change the timeout period for SAS/Access to Oracle libraries?"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I searched the docs but couldn't find an example of a URI searching on multiple criteria.&amp;nbsp; For example, I want to return all Oracle libraries that are pre-assigned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using DMS, I ran the metabrowse and metafind commands.&amp;nbsp; For metafind, I could enter SASLibrary?@engine='Oracle' and SASLibrary?@IsPreassigned='1', but couldn't work out how to combine the two.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before Paul beats me to it, I'm sure the best solution is to license Metacoda's plugins ;-).&amp;nbsp; In lieu of that, the syntax to combine criteria in a metafind URI, and esp. a link to the doc that I've somehow missed, would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 02:58:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-can-I-find-all-pre-assigned-Oracle-libraries/m-p/157871#M1923</guid>
      <dc:creator>ScottBass</dc:creator>
      <dc:date>2014-06-27T02:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: How can I find all pre-assigned Oracle libraries?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-can-I-find-all-pre-assigned-Oracle-libraries/m-p/157872#M1924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Scott - try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should show all currently assigned Oracle libraries:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sql;&lt;/P&gt;&lt;P&gt;&amp;nbsp; select * from dictionary.libnames where find(engine,"ORACLE","I")&lt;/P&gt;&lt;P&gt;&amp;nbsp; union&lt;/P&gt;&lt;P&gt;&amp;nbsp; select * from dictionary.libnames where find(sysdesc,"ORACLE","I");&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 07:04:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-can-I-find-all-pre-assigned-Oracle-libraries/m-p/157872#M1924</guid>
      <dc:creator>AndrewHowell</dc:creator>
      <dc:date>2014-06-27T07:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: How can I find all pre-assigned Oracle libraries?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-can-I-find-all-pre-assigned-Oracle-libraries/m-p/157873#M1925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I meant the attributes based on the metadata. The use case is Oracle is down (so the libraries aren't allocated), and I want to turn off Pre Assigned in the SMC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or I just want to search the metadata for whatever reason, say for some custom attributes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 07:56:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-can-I-find-all-pre-assigned-Oracle-libraries/m-p/157873#M1925</guid>
      <dc:creator>ScottBass</dc:creator>
      <dc:date>2014-06-27T07:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: How can I find all pre-assigned Oracle libraries?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-can-I-find-all-pre-assigned-Oracle-libraries/m-p/157874#M1926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Scott,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try the XMLSELECT filter expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SASLibrary[ @Engine = 'ORACLE' and @IsPreassigned = '1' ]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have access to SAS Management Console you can also use our free Metacoda Metadata Explorer Plug-in. I wrote a blog post "&lt;A href="http://platformadmin.com/blogs/paul/2012/08/metacoda-metadata-explorer-plug-in/" title="http://platformadmin.com/blogs/paul/2012/08/metacoda-metadata-explorer-plug-in/"&gt;Metacoda's Metadata Explorer Plug-in&lt;/A&gt;" about it a while back which includes a few example XMLSELECT filter expressions, and also a link to the SAS documentation that has more examples.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 09:05:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-can-I-find-all-pre-assigned-Oracle-libraries/m-p/157874#M1926</guid>
      <dc:creator>PaulHomes</dc:creator>
      <dc:date>2014-06-27T09:05:07Z</dc:date>
    </item>
  </channel>
</rss>

