Solving the APEX PL/SQL Dynamic Content Region Partial Page Refresh Problem
Introduction
Every so often, perfectly valid requirements lead you down a path in APEX that you wish you didn't have to follow. I was recently presented with such a requirement, which forced me to create a 'PL/SQL Dynamic Content' region so that I co...
blog.cloudnueva.com5 min read
Mohamed Sameer
Oracle APEX developer
"One thing I should add at this point is that my dynamic content is made up of several CLOB fields containing HTML content (including images). This content can get much larger than the 32,767 byte limit for a VARCHAR2 field type." Could you please explain this part, I am facing an issue in the PL/SQL Dynamic Content Region if the content exceeds 32,767 bytes. I am getting errors. How do we resolve this issue?