Database Error Messages

ORA-22921

length of input buffer is smaller than the amount requested

Cause

The buffer length was too small for the amount of data requested.


Action

Verify that the number of bytes or characters specified in the input amount parameter is not larger than the number of bytes specified in the input buffer length parameter. Allocate more space for the input buffer if necessary.