Does anyone have a method within an Oracle procedure to unzip a file and leave the resulting contents (.txt file) in the same directory.
I am unable to use the very fine Oracle methodolgy of creating a Java package and using that to call the OS unzip utility due to local rules. I have wondered about UTL_COMPRESS but read of issues unzipping files created by OS utilities and also the example I see unzip to a blob. I require the test file to be extracted to the OS file-system.