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!

Creating zip files in plsql

User_A9BB3Aug 9 2021

Hi. I'm using the attached code to combine multiple zip files into a single zip files. When adding a zip file to
download_proc.txt (1007 Bytes)zip file, uncompressed versions are added as well.
Final output : Main.zip has 1.zip,1.xml,1.jpg,2.zip,2.xml,2.jpg ( 1.zip has 1.xml and 1.jpg, 2.zip has 2.xml and 2.jpg)
Expected output : Main.zip should have only 1.zip and 2.zip.
Please help me fix this.

This post has been answered by Anton Scheffer on Aug 9 2021
Jump to Answer
Comments
Post Details
Added on Aug 9 2021
2 comments
4,822 views