HI,
I'm trying to display a blob/image in a report, but get a NO DATA FOUND.
Here's my table
![]()
and Data in this table
![]()
I created a view on this table to use in APEX parsing schema.
This is the SQL I use in the report (tried Classic and Interactive report, btw).
![]()
![]()
This is how I set up the column in the report
![]()
When I run the page I get ORA-01403
![]()
When I set TYPE to PLAIN TEXT, it does find DATA.
![]()
So I must be doing something wrong by displaying the BLOB CONTENT as image.
Any ideas?
thx
Wim