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.

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

Any help on resolving this really appreciated.
Thanks