Transfer Blob to file system
ngac_ukMay 17 2012 — edited May 21 2012I have a package which uses FTP to download some fix files for a system run on the same server as DB server. We then store these fixes as a BLOB in a table.
I want to use the same package to download from the table to the file system on the database server.
IS this possible?