Apex: PROCEDURE : wwv_flow.accept
we generate with java one XML-file to create Gantt-Diagramms in Apex.
the limit in the procedure wwv_flow.accept is set to 32000, but we need round about 56000 to show all elements in the gantt.
where can i change the parameter or is this not possible? (the max great of varchar2 in pl/sql is 32767). is this a limit in apex or generally a limit in oracle?
thanks