SyntaxFix
Write A Post
Hire A Developer
Questions
Use TO_CHAR function.
TO_CHAR
select TO_CHAR(BLOB_FIELD) from TABLE_WITH_BLOB where ID = '<row id>'
Converts NCHAR, NVARCHAR2, CLOB, or NCLOB data to the database character set. The value returned is always VARCHAR2.
NCHAR
NVARCHAR2
CLOB
NCLOB
VARCHAR2