how to export/download actual attachment files ( pdf's , rtf', GIF etc ) from FND_LOBS table?
Hi ,
We are archiving our attachments from fnd_lobs to a different reporting system.( attachments to PO's, Invoices etc )
how do i export/download actual attachment files ( pdf's , rtf', GIF etc ) from FND_LOBS table?
i have extracted the details of the files like file_id,file_path,file_name etc.but how to get the actual files?
i tried exporting from sql-developer in loader format, it does export the files but in a LDR format ,not in a readable original format. its useful only for loading into target system.
but we are not going to load them on target system, we are just going to store them in a sharepoint like system.