I was able to get this to work using the following in the select statment of my query:
to_char(UTL_RAW.CAST_TO_VARCHAR2(DBMS_LOB.SUBSTR(body,
2000,1))) body
I was able to get this to work using the following in the select statment of my query:
to_char(UTL_RAW.CAST_TO_VARCHAR2(DBMS_LOB.SUBSTR(body,
2000,1))) body