Image stored in table is not showing in HTML region or report region
Hi,
I am using apex 4.1 and database as oracle 11g.
I uploaded images and stored in table structure as shown below
>>CREATE TABLE "HR_EMPLOYEE_DETAILS"
>> ( "ID" NUMBER,
>> "HR_ID" NUMBER NOT NULL ENABLE,
>> "PHOTO_BLOB" BLOB,
>> "MIME_TYPE" VARCHAR2(64),
>> PRIMARY KEY ("ID") ENABLE
>> )
My Requirement is to show the image in a report region as well as in a html region. I followed the methods in the URL links mentioned below.
http://blog.hilandco.com/2010/05/how-to-show-blob-type-column-as-image.html
http://apex.oracle.com/pls/otn/f?p=31517:64:867421680099401:::::
But the image is not getting populated in the region, I tried with dispay_item with image i am able to view the image using this item.
Please suggest me. Is there any alternative way to show the image in apex 4.
Thanks
Sudhir