BFILE
Hi,
I am storing image paths in BFILE field. Now it is decided that
not to use BFILE, instead using VARCHAR2 data type. Now my
question is how to read data stored in BFILE field from either
SQL or PL/SQL? Because I have to write that data into VARCHAR2
field. Thank you.