string compression
Hi,
We are looking for some method to compress string in PL/SQL, Is there any string compression method/package available?
We tried function utl_compress.lz_compress which compressed the BLOG field, but the storage space was increased by 300%... (checked dba_extents)
Can someone please suggest some better way to compress strings..
Thanks and Regards!