Hello Experts,
Please help me reorganize the SOFFCONT1 and SWWCNTP0 tables.
The system is SAP CRM 7.0 EHP3 with ORACLE 11.2.0.2.0.
According to DB02 transaction the table SOFFCONT1 and has 5237MB and this table is the owner of SYS_LOB0000095332C00007$$ LOBSEGMENT that have 284.860 MB (278GB) :
So i started to clean up these tables:
For SOFFCONT1 I followed the note1641830 and use the report RSBCS_REORG (and other reports from the note) and finally i managed to reduce the table size to only 15GB (from 300GB) according to report RSTABLESIZE
For SWWCNTP0 (102GB) i use transaction SARA and archived "WORKITEM" objects and managed to reduce the real table size to only 7GB:
My problem now:
Although the space is free in those tables, i can't see free space in the tablespace. The tables and LOBSEGNENT are not growing anymore, but i can't see the free space.
After some web search it seems that i have to reorganize these tables at oracle level with BRTOOLS, but my experience with brtools is very small and i need your help to to that.
The note Note 646681 - Reorganizing tables with BRSPACE is quite confusing and i don't know i these tables have LONG or LONG RAW fields that i have to convert into LOB fields.
And what should i do with the LOBSEGNENT?
How do i find if these tables has LONG or LONG RAW fields?
Did anyone managed to reorganize these tables with brtools? What are the steps? What is the necessary space that the tablespace need to have to successfully finish the reorganization?
Any answer is welcomed
Thanks in advance
Sebastian