I am trying to display an image in oracle apex 19.1 which is saved as a LONG RAW
in the database column.
I have created a new page with a new region.
This is the select sql query in the region as a classic report.
select ID,
PHOTO
from MY_TABLE
where "ID"= '1'
I have changed the type for the PHOTO column as Display Image and in the BLOB Attributes -> BLOB column it shows as varchar2
instead of LONG RAW
And when I run the application I see the following error:
report error:
ORA-00932: inconsistent datatypes: expected CHAR got LONG BINARY