Hi.
I have the compressed data in the oracle blob field, generated by UTL_COMPRESS.lz_compress. If I use mentioned property of TOracleDataset, I can't compress/decomress data since OracleCompress uses some magic values - first I have to convert all data in DB. But if I do so, UTL_COMPRESS will...