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!

Display BLOB (image) column in (interactive) report

845995May 25 2011 — edited Sep 13 2012
Hi,

I have a field called "picture" in my table "details" which is of type BLOB. i also have a field for "MIMETYPE" and "filename"

i additionally have a "name" and "description" columns which i need to display along with the picture as columns in a report (preferably interactive).

i have also modified the BLOB display format as per

http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/apex/r31/apex31nf/apex31blob.htm

what i am missing is the correct query. if possible, i would like to control the size of the picture rendered within the report like say 40*50.

I have also referred to the thread

630686

But i don't know how to place the

dbms_lob.getlength("BLOB_CONTENT") as "BLOB_CONTENT"

in my query.

The above also makes the report column as of type "number". is this expected?

Any help would be much appreciated.

Regards,
Ramakrishnan
This post has been answered by fac586 on May 25 2011
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 11 2012
Added on May 25 2011
15 comments
11,699 views