Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

maxlength of application items

bjarkekrJan 8 2010 — edited Jan 8 2010
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?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 5 2010
Added on Jan 8 2010
2 comments
836 views