<?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: table size in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-size/m-p/6590087#M1435720</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Table is not like a box that get's fill and you can't add more to it( this is what my understanding is).You'r table may be large but it can'rt be like you can not add more data to it untill there is no space in database.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Feb 2010 13:13:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-02-19T13:13:27Z</dc:date>
    <item>
      <title>table size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-size/m-p/6590086#M1435719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;I have a z table on production table. It contains many record and is now full .How I can increase its size . Can we increase sizes of tables at production server.I dont want any manipulation in alrasdy saved records. How Can we increase size of standard table in prd server.&lt;/P&gt;&lt;P&gt;tHANKS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2010 12:13:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-size/m-p/6590086#M1435719</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-19T12:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: table size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-size/m-p/6590087#M1435720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Table is not like a box that get's fill and you can't add more to it( this is what my understanding is).You'r table may be large but it can'rt be like you can not add more data to it untill there is no space in database.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2010 13:13:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-size/m-p/6590087#M1435720</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-19T13:13:27Z</dc:date>
    </item>
    <item>
      <title>Re: table size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-size/m-p/6590088#M1435721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not the table that is full. Your system probably ran out of tablespace. In the system configuration you can define the amount of diskspace you wish to allocate for tables. I think it's done in transactions RZ10/RZ11. So best ask your SAP Basis guys to expand your allocated table space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Roel van den Berge&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2010 13:57:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-size/m-p/6590088#M1435721</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-19T13:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: table size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-size/m-p/6590089#M1435722</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;Table can never be getting full, when you are defining the size it means it allocate that much memory and if record exceeded the , it allocate the same space for the table and it goes on repeating till till space availabe in the disk.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sagar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Feb 2010 05:09:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-size/m-p/6590089#M1435722</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-20T05:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: table size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-size/m-p/6590090#M1435723</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;See with your Administrator ( or DBA) . Normally all database have an auto extended capacity.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- 1er  reason is the auto extend is disabled ( go to console and extend database)&lt;/P&gt;&lt;P&gt;- 2nd reason is the tablespace is full. Extend or create another.&lt;/P&gt;&lt;P&gt;- 3rd reason is physically the disk is full. Buy and add new Disk.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In all these three reason, you must see with your administrator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2010 13:33:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-size/m-p/6590090#M1435723</guid>
      <dc:creator>StMou</dc:creator>
      <dc:date>2010-02-25T13:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: table size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-size/m-p/6590091#M1435724</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;you can determe table size and growth for mysql and maxdb database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/EN/9f/7086bc40920a41acc085527d80af68/content.htm"&gt;http://help.sap.com/saphelp_nw04/helpdata/EN/9f/7086bc40920a41acc085527d80af68/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it´s usefull.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2010 13:50:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-size/m-p/6590091#M1435724</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-25T13:50:48Z</dc:date>
    </item>
  </channel>
</rss>

