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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How to overcome the 32kb limit for displaying multiple blob images in an Oracle Apex RTF template

I am working through BIP for the creation of pdf documents that serve as reports that are made through rtf templates, everything was going well until expanding the repertoire of content, I found that apex has a limitation of 32kb per query, before it was only text and a small image, and it worked fine, but since they added 3 fields of images in the rtf and in the database, then when adding large images throws us an error.

Someone knows of a way to increase that limit or an alternative to display larger images, I found a way that works through URL, but I can not find the procedure or I can not find how to do it.
1. https://forums.oracle.com/ords/apexds/post/extract-blob-image-content-and-insert-in-rtf-3113
2. https://roelhartman.blogspot.com/2012/02/create-pdf-document-containing-dynamic.html

Comments
Post Details
Added on Jun 26 2024
0 comments
286 views