I converted one of our development database character set from US7ASCII to UTF8(Unicode). When the programmer tried retrieving data from a BLOB column using a Java program, he cannot retrieve the data. There was no Oracle error but the application returns message that says it cannot open the files.

Is there a known error on oracle BLOB and LONG column datatype when using UTF8 Character set?