"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?