I created a table with CLOB field, after I import 100,000 records into the table, I find that the .LB file for this table is about 100MB in size, but the source file (for CLOB field) is only 9MB in size, and then I do a select on this table, I found that many blanks inside the CLOB field, can I eliminate these blank so that make the LB file as small as possible.
thx.