Hi Experts
In My ECC system , one lob segment (SYS_LOB0000127459C00004$$) has grown to 205GB , this lob segment is referenced to the table FDT_XML_EXPORT which is only 5 GB.
The lob segment contains large number of XML files, which are stored here with an export.
We will be deleting 200 GB worth of data from this lob segment and will reorganize the table, just wondering if reorg the table will reclaim the space from this LOB segment.
I will be using the command below with the compress lob only option
brspace -u / -f tbreorg -c clob_only -o sapsr3 -t FDT_XML_EXPORT
Just wondering if the approach is good, or any other better way to do the job,
Thanks
Al MAmun