Zip using Oracle Stored Procedure

后端 未结 3 591
情书的邮戳
情书的邮戳 2020-12-09 22:24

Right now I am using Oracle utility procedure, UTL_COMPRESS.LZ_COMPRESS(), to compress some data. But the problem is it compresses the thing using GZIP compatib

3条回答
  •  轮回少年
    2020-12-09 22:53

    as_zip (blog post) is a native PL/SQL package to manipulate ZIP archives.
    It handles files of up to 4 gigabytes (looks like limitation of the original ZIP format).
    The package is written by Anton Scheffer and is MIT-licensed.

提交回复
热议问题