51.3 GET_CLOB Function

This function returns the value of a CLOB item identified by p_item.

Syntax

APEX_SESSION_STATE.GET_CLOB (
    p_item IN VARCHAR2 )
RETURN CLOB;

Returns

This function returns the value of the specified item as CLOB.