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!

APEX TEMP COLLECTION IMAGE DISPLAY ISSUE

Fakhreddine Ben ArousOct 1 2024 — edited Oct 1 2024

Hello APEX people,

I'm working on Oracle Apex 24.1.0 and I used an apex temp collection to store the ID, Name and BLOB of every image that I've upoaded and when I want to display all this info in a classic report or any other type of report I can't find a solution to display the images ( DBMS_LOB.GETLENGTH(BLOB001) ) and the reason is because you don't have the option to select the blob column as you can do when you are retrieving the data from a permanent table in the database. Does anyone know how to figure this out ? And I prefer it to be a solution other than making the collection a view.

Thank you.

This post has been answered by fac586 on Oct 1 2024
Jump to Answer
Comments
Post Details
Added on Oct 1 2024
8 comments
575 views