Oracle Error Message
ORA-25236: buffer too small for user data
Reason for the Error
The variable or buffer used for the out parameter payload is too small for the user data dequeued.
Solution
Increase the size of the buffer or the size of the variable. Maximum size allowed is 32K.