<?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 Dataset Size Showing 10 times bigger in oracle in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-Dataset-Size-Showing-10-times-bigger-in-oracle/m-p/727413#M226234</link>
    <description>&lt;P&gt;Hardly possible to suggest something useful with that little information you have provided. Start by posting proc contents of the dataset you append.&lt;/P&gt;</description>
    <pubDate>Thu, 18 Mar 2021 14:17:11 GMT</pubDate>
    <dc:creator>andreas_lds</dc:creator>
    <dc:date>2021-03-18T14:17:11Z</dc:date>
    <item>
      <title>SAS Dataset Size Showing 10 times bigger in oracle</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Dataset-Size-Showing-10-times-bigger-in-oracle/m-p/727409#M226230</link>
      <description>&lt;P&gt;Hi There,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have sas dataset which has size around 2GB but after appending data to oracle it's showing 11GB size of same table in oracle.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can somebody help me with this issue.??&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Mar 2021 14:02:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Dataset-Size-Showing-10-times-bigger-in-oracle/m-p/727409#M226230</guid>
      <dc:creator>Son_Of_Krypton</dc:creator>
      <dc:date>2021-03-18T14:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Dataset Size Showing 10 times bigger in oracle</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Dataset-Size-Showing-10-times-bigger-in-oracle/m-p/727413#M226234</link>
      <description>&lt;P&gt;Hardly possible to suggest something useful with that little information you have provided. Start by posting proc contents of the dataset you append.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Mar 2021 14:17:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Dataset-Size-Showing-10-times-bigger-in-oracle/m-p/727413#M226234</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2021-03-18T14:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Dataset Size Showing 10 times bigger in oracle</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Dataset-Size-Showing-10-times-bigger-in-oracle/m-p/727418#M226238</link>
      <description>&lt;P&gt;By "appending" do you mean you took data from SAS and appended to an existing table in Oracle?&lt;/P&gt;
&lt;P&gt;If so, what are the properties of the variables in the Oracle table? Compare the Proc Contents for the SAS data set.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If SAS data set has text variable with 10 characters (length 10) and the data is "appended" to a field that in Oracle is set to hold 50 characters there may be some extra space used in Oracle because of the setting.&lt;/P&gt;
&lt;P&gt;SAS numeric variables typically are 8 bytes. So if you append them to an Oracle field that is set to use higher precision then more space is used in Oracle.&lt;/P&gt;
&lt;P&gt;If a SAS variable is a Date, that is a numeric variable. I have no idea how Oracle stores dates and times but that is another potential issue where converted data in Oracle may take more space.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Not a specific to SAS/Oracle issue. I ran into similar behavior with SPSS and Microsoft Access.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Mar 2021 14:27:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Dataset-Size-Showing-10-times-bigger-in-oracle/m-p/727418#M226238</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-03-18T14:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Dataset Size Showing 10 times bigger in oracle</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Dataset-Size-Showing-10-times-bigger-in-oracle/m-p/727440#M226246</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/190967"&gt;@Son_Of_Krypton&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;I see from your question that you are "&lt;STRONG&gt;appending&amp;nbsp;data to oracle &lt;/STRONG&gt;".&lt;BR /&gt;Are you appending data to an existing oracle table OR creating a new table and adding data to it?&lt;BR /&gt;Looks like&amp;nbsp; you have created a connection to oracle using libname statement and performing the append, please note that in proc append the table attributes will correspond to the attributes of the base table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Mar 2021 15:20:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Dataset-Size-Showing-10-times-bigger-in-oracle/m-p/727440#M226246</guid>
      <dc:creator>Sajid01</dc:creator>
      <dc:date>2021-03-18T15:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Dataset Size Showing 10 times bigger in oracle</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Dataset-Size-Showing-10-times-bigger-in-oracle/m-p/727692#M226387</link>
      <description>&lt;P&gt;I think you need to work closely with your Oracle DBA to understand these issues.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Mar 2021 08:18:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Dataset-Size-Showing-10-times-bigger-in-oracle/m-p/727692#M226387</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2021-03-19T08:18:31Z</dc:date>
    </item>
  </channel>
</rss>

