Oracle, Blob data are missing in my export file
问题 I use Oracle 11g, I am trying to export my data(only the data, not table create scripts etc.) So it can be imported by customer to their database When I use Oracle Sql developer's export database, it only exports the data but my BLOB's are missing! There are a lot of image files in one of my tables which I want to export as well. I wonder If I really need to use oracle exp imp tool; http://docs.oracle.com/cd/B28359_01/server.111/b28319/exp_imp.htm#i1004777 Any idea? 回答1: From the