Hi Gita,
I think you need to apply dbms_lob package to work with it.
select utl_raw.cast_to_varchar2(dbms_lob.substr(BLOB_FIELD))from TABLE_WITH_BLOB where ID ='<row id>';
See if it works.
Regards
Nikhil
Hi Gita,
I think you need to apply dbms_lob package to work with it.
select utl_raw.cast_to_varchar2(dbms_lob.substr(BLOB_FIELD))from TABLE_WITH_BLOB where ID ='<row id>';
See if it works.
Regards
Nikhil