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.
        
     
    
    
        ORA-22921
        length of input buffer is smaller than amount requested
        
        
        Cause
        The buffer length is not big enough to hold the amount of data requested.
        Action
        Verify that the number 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.
        
     
    
    
        ORA-22921
        length of input buffer is smaller than amount requested
        
        
        Cause
        The buffer length is not big enough to hold the amount of data requested.
        Action
        Verify that the number 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.