Problem description
When adding a blob column to an Interactive Report and setting this column to “Download BLOB” or “Display Image”, a nice error message occurs: “ORA-06502: PL/SQL: numeric or value error: character to number conversion error”. Only after adding “dbms_lob.getlength(my_blob)” in the query, it works.
Preferred Solution
I expect the page show the blob/link without having to add dbms_lob.getlength in the query.