I have a database which has a number of files stored in a BLOB field.
How can I extract & save the original files? There are many different file types - doc, pdf, xls, etc. The table has the extension in one col, and the original file name in another. There may be multiple files with the same file name, too.
You can use the UTL_FILE package to do this in version 9i onwards
something like this: