Question : BFILE to BLOB

Hi

I am using Oracle XE and have a table that contains a BLOB column. For some reason I need a type casting function like TO_CHAR that gives my BFILE as a BLOB in my Query. E.g.

SELECT TO_BLOB(myBFILEcol) from mytable;

Is there a way doing so?

Answer : BFILE to BLOB

Random Solutions  
 
programming4us programming4us