<?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>Question Re: Table reorg failed in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/table-reorg-failed/qaa-p/6076576#M2234628</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mostly two methods are being used for reorganization&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One is Online reorganization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A) Brtools&lt;DEL&gt;-&amp;gt;Segment Management&lt;/DEL&gt;-&amp;gt;Reorganize Tables ( other options are self explanatory)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other is Exp/IMPOrt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;B) &lt;/P&gt;&lt;P&gt;Steps 1) Brtools&lt;DEL&gt;-&amp;gt;Segment Management&lt;/DEL&gt;-&amp;gt;export tables ( it will crate a dump file expdat.dmp)&lt;/P&gt;&lt;P&gt;Steps 2) from oracle level you have to truncate the table  ..Command " truncate table &amp;lt;tablename&amp;gt;;"&lt;/P&gt;&lt;P&gt;Then run "select count(*) from SAP_CHEMA.TABLENAME; " It should show zero entries&lt;/P&gt;&lt;P&gt;Steps 3) Brtools&lt;DEL&gt;&amp;gt;Segment Management&lt;/DEL&gt;-&amp;gt;Import Table ( it will ask for the dump file path)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please read my previous post and the notes I meantioned there before starting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Anindya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Aug 2009 13:03:47 GMT</pubDate>
    <dc:creator>anindya_bose</dc:creator>
    <dc:date>2009-08-26T13:03:47Z</dc:date>
    <item>
      <title>Table reorg failed</title>
      <link>https://community.sap.com/t5/technology-q-a/table-reorg-failed/qaq-p/6076570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we are running oracle Database reorganization with Brtools, we are on oracle 10.2 and brtools 7.1 patch 12, during Database reorganization we are getting issue errors as below, can some one help me please&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR1110W Table SAPP00.MC11VA0HDRSETUP has a LONG (RAW) column&lt;/P&gt;&lt;P&gt;BR1111I Reorganization of table SAPP00.MC11VA0HDRSETUP will be skipped&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have tried the re-org using offline mode, still we get back the same error...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2009 05:18:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/table-reorg-failed/qaq-p/6076570</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-25T05:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: Table reorg failed</title>
      <link>https://community.sap.com/t5/technology-q-a/table-reorg-failed/qaa-p/6076571#M2234623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SAP note 646681 - Reorganizing tables with BRSPACE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Either special offline reorganization or convert LONG RAW to BLOB (SAP note 835552) and then reorg online&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="949931"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2009 05:36:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/table-reorg-failed/qaa-p/6076571#M2234623</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-25T05:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: Table reorg failed</title>
      <link>https://community.sap.com/t5/technology-q-a/table-reorg-failed/qaa-p/6076572#M2234624</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 having LONGRAW cannot be done through online reorganization.It requires offline reorganization.&lt;/P&gt;&lt;P&gt;Do the following steps for offline reorganization-&lt;/P&gt;&lt;P&gt;1.Export the table&lt;/P&gt;&lt;P&gt;2.Truncate the table&lt;/P&gt;&lt;P&gt;3.Import the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before doing the Reorganization,check the constraints for the table by the following command.&lt;/P&gt;&lt;P&gt;SQL&amp;gt; select CONSTRAINT_NAME, CONSTRAINT_TYPE, TABLE_NAME from dba_constraints where table_name = 'SMW3_BDOC2';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Commands for doing Reorganization:&lt;/P&gt;&lt;P&gt;Create a folder where you have space &lt;/P&gt;&lt;P&gt;mkdir /oracle/&amp;lt;SID&amp;gt;/sapdata1/reorg&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Export table &lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------------------------------------" /&gt;&lt;P&gt;brspace -f tbexport -t "TST03" -r yes -i no -c no -g no -e no  -u /oracle/&amp;lt;SID&amp;gt;/sapdata1/reorg&lt;/P&gt;&lt;P&gt;15 Minutes&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If successfull then only truncate table&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------------------------------------" /&gt;&lt;P&gt;SQL&amp;gt; truncate table sap&amp;lt;SID&amp;gt;.TST03;&lt;/P&gt;&lt;P&gt;commit;&lt;/P&gt;&lt;P&gt;5 mInutes&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Import Table&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------------------------------------" /&gt;&lt;P&gt;brspace  -f tbimport -y full -r yes -i no -c no -g no -n yes -x  /oracle/&amp;lt;SID&amp;gt;/sapdata1/reorg/&amp;lt;somefolder&amp;gt;.edd/expdat.dmp&lt;/P&gt;&lt;P&gt;30Minutes&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Update stats and rebuild index &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or You can use the standard BRTOOLS for doing the same...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2009 10:26:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/table-reorg-failed/qaa-p/6076572#M2234624</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-25T10:26:25Z</dc:date>
    </item>
    <item>
      <title>Re: Table reorg failed</title>
      <link>https://community.sap.com/t5/technology-q-a/table-reorg-failed/qaa-p/6076573#M2234625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BRSPACE skips tables with LONG RAW field. SO you can not reorganize tables with LONG RAW field with BRTOOLS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Either you can change LONG RAW to LOB ( LONG LOG Migration, note number has been provided in the postings above). But this SAP notes also say that changing to LOB might cause performance problem. or you can simply do export/import method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Brtools&lt;DEL&gt;-&amp;gt;Segment Management&lt;/DEL&gt;-&amp;gt;Export Tables---&amp;gt;Tablename, Tablespace names,dump directory etc have to be specified.&lt;/P&gt;&lt;P&gt;2. Then Truncate the table....from Oracle level by command "Truncate table &amp;lt;tablename&amp;gt;;&lt;/P&gt;&lt;P&gt;you can see now the count is zero.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. In the third step, import table from its dump file. BRTOOLS has this option also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the link below for more information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="7853315"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Anindya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Anindya Bose on Aug 25, 2009 5:55 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2009 11:48:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/table-reorg-failed/qaa-p/6076573#M2234625</guid>
      <dc:creator>anindya_bose</dc:creator>
      <dc:date>2009-08-25T11:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: Table reorg failed</title>
      <link>https://community.sap.com/t5/technology-q-a/table-reorg-failed/qaa-p/6076574#M2234626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;2 possibilities:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. export OFFLINE&lt;/P&gt;&lt;P&gt;2. convert to BLOB online (or offline)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP note 646681 explains both options.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2009 11:59:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/table-reorg-failed/qaa-p/6076574#M2234626</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-25T11:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: Table reorg failed</title>
      <link>https://community.sap.com/t5/technology-q-a/table-reorg-failed/qaa-p/6076575#M2234627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First of all, thanks for all the useful advise!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does that mean for me to re-org the table using offline mode, i have to perform the import/export steps first? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If yes for above, why is the method 're-org in offline mode' not working if the import/export steps is not perform?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate the replies, thanks again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2009 01:34:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/table-reorg-failed/qaa-p/6076575#M2234627</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-26T01:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: Table reorg failed</title>
      <link>https://community.sap.com/t5/technology-q-a/table-reorg-failed/qaa-p/6076576#M2234628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mostly two methods are being used for reorganization&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One is Online reorganization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A) Brtools&lt;DEL&gt;-&amp;gt;Segment Management&lt;/DEL&gt;-&amp;gt;Reorganize Tables ( other options are self explanatory)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other is Exp/IMPOrt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;B) &lt;/P&gt;&lt;P&gt;Steps 1) Brtools&lt;DEL&gt;-&amp;gt;Segment Management&lt;/DEL&gt;-&amp;gt;export tables ( it will crate a dump file expdat.dmp)&lt;/P&gt;&lt;P&gt;Steps 2) from oracle level you have to truncate the table  ..Command " truncate table &amp;lt;tablename&amp;gt;;"&lt;/P&gt;&lt;P&gt;Then run "select count(*) from SAP_CHEMA.TABLENAME; " It should show zero entries&lt;/P&gt;&lt;P&gt;Steps 3) Brtools&lt;DEL&gt;&amp;gt;Segment Management&lt;/DEL&gt;-&amp;gt;Import Table ( it will ask for the dump file path)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please read my previous post and the notes I meantioned there before starting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Anindya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2009 13:03:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/table-reorg-failed/qaa-p/6076576#M2234628</guid>
      <dc:creator>anindya_bose</dc:creator>
      <dc:date>2009-08-26T13:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: Table reorg failed</title>
      <link>https://community.sap.com/t5/technology-q-a/table-reorg-failed/qaa-p/6076577#M2234629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;reorg in offline mode... SAP must be down to start this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please provide exact error message you get.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2009 14:24:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/table-reorg-failed/qaa-p/6076577#M2234629</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-26T14:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: Table reorg failed</title>
      <link>https://community.sap.com/t5/technology-q-a/table-reorg-failed/qaa-p/6076578#M2234630</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;Does that mean for me to re-org the table using offline mode, i have to perform the import/export steps first? -&amp;gt;Yes,Do the reorganization using offline method.For doing the reorganization,export the tables and import the tables accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If yes for above, why is the method 're-org in offline mode' not working if the import/export steps is not perform?-&amp;gt;Reorg in offline method means export/import method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2009 12:03:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/table-reorg-failed/qaa-p/6076578#M2234630</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-27T12:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: Table reorg failed</title>
      <link>https://community.sap.com/t5/technology-q-a/table-reorg-failed/qaa-p/6076579#M2234631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The term "offline reorganization" is a little bit confusing. I assume you mean "-m offline" when you speak about offline reorganization. This is the ALTER TABLE MOVE approach that cannot handle LONG and LONG RAW columns. Traditionally we speak about EXP / IMP ("-f tbexport", "-f tbimport") when saying "offline reorganization". This reorganization approach is able to handle LONG and LONG RAW columns.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Aug 2009 14:42:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/table-reorg-failed/qaa-p/6076579#M2234631</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-28T14:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: Table reorg failed</title>
      <link>https://community.sap.com/t5/technology-q-a/table-reorg-failed/qaa-p/6076580#M2234632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Note 646681 - Reorganizing tables with BRSPACE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read this note and follow the steps given in the part III.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;III. Converting the LONG fields into LOB fields online as of Oracle 10g&lt;/P&gt;&lt;P&gt;========================================================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can then continue with reorganizaing tables with 'BRSPACE ONLINE'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Aug 2009 03:36:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/table-reorg-failed/qaa-p/6076580#M2234632</guid>
      <dc:creator>Madhusudank</dc:creator>
      <dc:date>2009-08-30T03:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: Table reorg failed</title>
      <link>https://community.sap.com/t5/technology-q-a/table-reorg-failed/qaa-p/6076581#M2234633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkata Nooney,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I followd below instruction for offline reorg.&lt;/P&gt;&lt;P&gt;1)Export table&lt;/P&gt;&lt;P&gt;brspace -f tbexport -t "TST03" -r yes -i no -c no -g no -e no -u /oracle/&amp;lt;SID&amp;gt;/sapdata1/reorg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)SQL&amp;gt; truncate table sap&amp;lt;SID&amp;gt;.TST03;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 3)Import Table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;brspace -f tbimport -y full -r yes -i no -c no -g no -n yes -x /oracle/&amp;lt;SID&amp;gt;/sapdata1/reorg/&amp;lt;somefolder&amp;gt;.edd/expdat.dmp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4)Update stats and rebuild index &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one question on point no (3) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created one new Tablespace PSAPSR3700&lt;/P&gt;&lt;P&gt;Question: -  How can I move table in newly created tablespace ?&lt;/P&gt;&lt;P&gt;Then what will be the brspace command (point 3) or how can I do by BRTOOLS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Vinay Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Apr 2010 11:55:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/table-reorg-failed/qaa-p/6076581#M2234633</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-22T11:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: Table reorg failed</title>
      <link>https://community.sap.com/t5/technology-q-a/table-reorg-failed/qaa-p/6076582#M2234634</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;1.You can convert the LONGRAW table to LOB table.and then import into the new tablespace by doing the reorganization of tables using the BRSPACE.&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;2.You can also export the table and create a new table with the same structure of the original table in the new tablespace.&lt;/P&gt;&lt;P&gt;rename the original table in the old tablespace.change the newly created table name to the original table name(in new tablespace) and import the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once the import is successful,check and delete the original table in the old tablespace.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Apr 2010 17:09:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/table-reorg-failed/qaa-p/6076582#M2234634</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-23T17:09:06Z</dc:date>
    </item>
  </channel>
</rss>

