We use APEX 23.1.2 and I'm in the goal to change a ‘PL/SQL Dynamic Content’-region to ‘Dynamic content’-region (with returning a CLOB).
It seems that the length of the CLOB is limited because when it is greater then 32767, my page can not be rendered.
The error that comes up is ORA-06502.
My page is a sort of KanBan with multiple columns and multiple cards in the columns.
Is there a limit for this type of region and is there a solution?