Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Oracle Apex 5 - Display BLOB image on From & Report not working.

Murali_sApr 13 2016 — edited Apr 15 2016

In one of my table, I have the below columns displayed.

| DBA_IMAGE | BLOB, |
| MIMETYPE | VARCHAR2(255 BYTE), |
| NAME | VARCHAR2(400 BYTE), |
| LAST_UPDATE | TIMESTAMP(6) , |

When I try to add the image to this table, its working fine, but I am having difficulty displaying the same. I have created Display only item below.

pastedImage_0.png

On the screen it display the html and not the image.

pastedImage_1.png

Any help on resolving this really appreciated.

Thanks

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 13 2016
Added on Apr 13 2016
6 comments
1,349 views