Is it possible to write a program to unzip files in pl/sql or sql ?
717817Apr 26 2010 — edited Jul 1 2010Morning Experts,
I have a zip file on my Host which contains a list of files(reports). Each of those files have a distinct name and i have already written the codes to retreive data from those files.
My oracle is installed on a linux server
Now my question is as follows:
is it possible to write a program in sql to unzip those .zip files (located on my host) and stores its content in that same folder?
Thanks