Oracle Solution for Error ora-25236

Solution for Oracle Error ORA-25236

ORA-25236: buffer too small for user data

What triggered the Error:

e variable or buffer used for the out parameter payload is too small for the user data dequeued.

What should we do to fix it:

crease the size of the buffer or the size of the variable. Maximum size allowed is 32K.