2015 Apr 13 5:54 PM
I'm creating a report to show the email archives, but I can't get the body to display because it's a data type of BLOB. Does anyone know how to get a BLOB to display in a report?
2015 Jun 16 9:27 PM
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'm creating a report to show the email archives, but I can't get the body to display because it's a data type of BLOB. Does anyone know how to get a BLOB to display in a report?
2015 Jun 16 9:27 PM
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
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |