I have used the TOAD 'Export Blobs (Longs, Raws)..' feature to export blobs from an Oracle table into individual files. We had to send to those files to a vendor to be upgraded to a new version. The vendor has returned the updated files to us and each blob is in a separate file (name of the file is the key to table where it will be stored). I need help in finding a way to get these updated files back into the table that they were exported from.
Has anyone done this?