标题: ORA-22921: length of input buffer is smaller [打印本页] 作者: admin 时间: 2016-9-1 08:27 标题: ORA-22921: length of input buffer is smaller ORA-22921: length of input buffer is smaller than amount requested Cause: The buffer length isnot big enough to hold the amount of data requested. Action: Verify that thenumber of bytes/characters specified in the input amount
parameter is not bigger than the number of bytes specified in the input buffer
length parameter. Allocate more space for the input buffer if necessary.