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