<?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: Importing files in SAS and storing them in Oracle as blobs in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Importing-files-in-SAS-and-storing-them-in-Oracle-as-blobs/m-p/509035#M15777</link>
    <description>&lt;P&gt;Sounds like a pretty exotic/extreme use case to store small Excel files IN Oracle as files/blobs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Why can't you store them in a managed file repository and just track them, i.e. the paths, locations, md5 hash values, file sizes data times etc in a table in Oracle.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What apps/system are subsequently going to access/retrieve the files? (And how?)&lt;/P&gt;</description>
    <pubDate>Wed, 31 Oct 2018 09:22:26 GMT</pubDate>
    <dc:creator>AngusLooney</dc:creator>
    <dc:date>2018-10-31T09:22:26Z</dc:date>
    <item>
      <title>Importing files in SAS and storing them in Oracle as blobs</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Importing-files-in-SAS-and-storing-them-in-Oracle-as-blobs/m-p/508371#M15754</link>
      <description>&lt;P&gt;Hi, Complete noob here.&lt;BR /&gt;&lt;BR /&gt;I receive a lot of excel files, not very big, maybe 40 rows and a dozen columns, and I want to store them as blobs in Oracle. Does SAS have the capability to store, then recall the excel files?&lt;BR /&gt;&lt;BR /&gt;This would certainly help me to manage all these files (thousands).&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Oct 2018 15:08:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Importing-files-in-SAS-and-storing-them-in-Oracle-as-blobs/m-p/508371#M15754</guid>
      <dc:creator>Proventus</dc:creator>
      <dc:date>2018-10-29T15:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: Importing files in SAS and storing them in Oracle as blobs</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Importing-files-in-SAS-and-storing-them-in-Oracle-as-blobs/m-p/508374#M15755</link>
      <description>&lt;P&gt;It can be done. Use proc import and point the out= option to the Oracle library.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But be aware that importing directly from Excel files involves guessing on the part of SAS, with inconsistent results.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Oct 2018 15:13:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Importing-files-in-SAS-and-storing-them-in-Oracle-as-blobs/m-p/508374#M15755</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-10-29T15:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: Importing files in SAS and storing them in Oracle as blobs</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Importing-files-in-SAS-and-storing-them-in-Oracle-as-blobs/m-p/508379#M15756</link>
      <description>&lt;P&gt;That's great!.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know about that one. I always QA the data I import because the layout has been known to spontaneously change &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks Kurt!&lt;/P&gt;</description>
      <pubDate>Mon, 29 Oct 2018 15:19:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Importing-files-in-SAS-and-storing-them-in-Oracle-as-blobs/m-p/508379#M15756</guid>
      <dc:creator>Proventus</dc:creator>
      <dc:date>2018-10-29T15:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: Importing files in SAS and storing them in Oracle as blobs</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Importing-files-in-SAS-and-storing-them-in-Oracle-as-blobs/m-p/508392#M15757</link>
      <description>&lt;P&gt;you can definitely store the row/colum data from the excel sheet in oracle as described....but is that what you want to do?&amp;nbsp; It sounded like you want to store the spreadsheet itself as a binary large object in oracle.&amp;nbsp; I think it can be done as well, but not using proc import.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Oct 2018 16:09:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Importing-files-in-SAS-and-storing-them-in-Oracle-as-blobs/m-p/508392#M15757</guid>
      <dc:creator>DBailey</dc:creator>
      <dc:date>2018-10-29T16:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: Importing files in SAS and storing them in Oracle as blobs</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Importing-files-in-SAS-and-storing-them-in-Oracle-as-blobs/m-p/508397#M15758</link>
      <description>&lt;P&gt;I'll be storing and reporting on the data, but I also need a spot for the physical files. Storing the physical files on a network disk is not a viable solution in this case. I don't want to start building utilities outside of SAS to do the work. That's what they have now, a mish-mash of tools to do one job.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Oct 2018 16:20:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Importing-files-in-SAS-and-storing-them-in-Oracle-as-blobs/m-p/508397#M15758</guid>
      <dc:creator>Proventus</dc:creator>
      <dc:date>2018-10-29T16:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: Importing files in SAS and storing them in Oracle as blobs</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Importing-files-in-SAS-and-storing-them-in-Oracle-as-blobs/m-p/508495#M15761</link>
      <description>&lt;P&gt;SAS doesn't unfortunately have a BLOB object. Therefore the SAS/ACCESS to Oracle is quite limited in thus sense as well. You could interact with BLOB using a SAS CHAR. But then you need a way to import an Excel into one variable, and frankly I don't know how to do this.&lt;/P&gt;
&lt;P&gt;So, it seem more appropriate to use Oracle tools for this. Still, you could control Oracle action using explicit SQL pass through.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then I wonder you need to store Excel file in Oracle? Perhaps you should us a store more appropriate for the specific data, such as a content or a document server.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Oct 2018 20:05:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Importing-files-in-SAS-and-storing-them-in-Oracle-as-blobs/m-p/508495#M15761</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2018-10-29T20:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: Importing files in SAS and storing them in Oracle as blobs</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Importing-files-in-SAS-and-storing-them-in-Oracle-as-blobs/m-p/508622#M15763</link>
      <description>&lt;P&gt;The largest "object" that SAS can put into datasets (and handle in procedure and data steps) are strings of length 32767.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;IMO, if you want to setup a store for Excel files from within SAS, you will have to create a file repository/directory, copy the files there (preferably using XCMD), and save the location in a character variable in a dataset.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Oct 2018 09:59:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Importing-files-in-SAS-and-storing-them-in-Oracle-as-blobs/m-p/508622#M15763</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-10-30T09:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: Importing files in SAS and storing them in Oracle as blobs</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Importing-files-in-SAS-and-storing-them-in-Oracle-as-blobs/m-p/509035#M15777</link>
      <description>&lt;P&gt;Sounds like a pretty exotic/extreme use case to store small Excel files IN Oracle as files/blobs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Why can't you store them in a managed file repository and just track them, i.e. the paths, locations, md5 hash values, file sizes data times etc in a table in Oracle.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What apps/system are subsequently going to access/retrieve the files? (And how?)&lt;/P&gt;</description>
      <pubDate>Wed, 31 Oct 2018 09:22:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Importing-files-in-SAS-and-storing-them-in-Oracle-as-blobs/m-p/509035#M15777</guid>
      <dc:creator>AngusLooney</dc:creator>
      <dc:date>2018-10-31T09:22:26Z</dc:date>
    </item>
  </channel>
</rss>

