Export a BLOB image from table
问题 I have table in Oracle 11G R2, named as PERSON_IMAGE with ID (Number) and IMAGE(BLOB) fields. Now without using the application i need to export multiple BLOBs. How can i do this? Do we have any tool/ utility for this? Example will really assist me. 回答1: SQLDeveloper can do it: http://www.thatjeffsmith.com/archive/2014/05/exporting-multiple-blobs-with-oracle-sql-developer/ I just tried it in version 4.0.3 and although the interface was a little unintuitive, it worked fine. I ended up with a