Statement zum Speichern eines DB-Blobs als Datei (Export):

select blob_field from table_of_blob where id = 'xxx';
output to c:\temp\test.blob.txt hexadecimal off;