Database Error Messages

ORA-24190

length of payload exceeds string

Cause

the length of payload being taken exceeds the limit of varchar2 or raw.


Action

use clob type or blob type to call get_text or get_bytes.