Hi,
How could we assign dynamically generated string ( Data type - CLOB) to Oracle Apex Item ( I guess its by default type is Varchar2)
:P40_SELECTEDItems := selected_values;
in this above code selected_values contains very large text string but when trying to assign it to Apex Item P40_SELECTEDItems - Getting an error ORA-06502: PL/SQL: numeric or value error: character string buffer too small
while page is submitting.
So we have any solution for it???