Hi all,
We have a PL/SQL package handling ZIP files compressed in the DEFLATE format but have a new requirement to extract data from ZIP files compressed using the DEFLATE64 (ZIP64) format. Is there a PL/SQL utility to do this? UTL_COMPRESS doesn't like it, nor does APEX_ZIP.
Our other options are to do the processing in the OS via Java calls (significant dev effort) or to avoid compressing the data at all (with the obvious problems that introduces), but adding an extra option to our existing code would be a clean solution.
Thanks,
Ewen.