maxlength of application items
Hi,
Is there a way to store more than 4000 chars in an application item?
I now do the following from plsql which fails:
APEX_UTIL.set_session_state(p_name => 'APP_ITEM',
p_value => v_value);
The other option I have is to store the value in DB, but is there other ways to do it? Can I somehow store more in application items?