there is a Blob column in my table test.in Blob column an xlsx data has inserted in this column using java front end.
I want to view the data in the blob column(4 coloumns is available i excel sheet).
I have used utl_raw.cast_to_varchar2(dbms_lob.substr(blob_field))
but its not help us to view the xls data.
Please assist.