UTL_COMPRESS.LZ_COMPRESS for CLOB on 10.2
We have a table with CLOB datatype column and we would like to compress the table. The database version is 10.2.0.5.
We have checked that UTL_COMPRESS.LZ_COMPRESS can compress only BLOB. Is there any alternative in 10.2.0.5 to compress CLOB datatype?
0