Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

PL/SQL utility to handle ZIP64 files

EwenMJul 27 2016 — edited Jul 29 2016

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.

This post has been answered by unknown-7404 on Jul 27 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 26 2016
Added on Jul 27 2016
9 comments
2,097 views