Apex 23.2 Bug - Cannot export components due to ORA-06502
Apex 23.2 with bug at export components, when load data to fill the grid with the field "Used on Pages", rise error ORA-06502. This issues when app have many "Search Dialog", over then 229 for example. I captured the sql that is generate, and it used the function wwv_flow_string.join, that return VARCHAR insted of CLOB.
Attachment sql captured.