i have written a pl/sql program to download attachments of all RFQ's. Now i have a requirement that i have to group that attachment into zip file. can i achieve this by pl/sql or do i need to do this through shell script.
can u please help me with the possibility .
if there are total 100 attachments downloaded in to server path(individual attachments) and there are 10 files for each RFQ header.then i have to create 10 zip files with 10 files each of particular RFQ HEADER .