ORA-01459
        invalid length for a variable length character string value in bind buffer
        
        
        Cause
        The buffer length was less than the minimum required or greater than its length at bind time.
        Action
        Ensure that the buffer is large enough to hold the string of the size specified.
        
     
    
    
        ORA-01459
        invalid length for variable character string
        
        
        Cause
        The buffer length was less than the minimum required or greater than its length at bind time minus two bytes.
        Action
        Make sure the string size is long enough to hold the buffer.
        
     
    
    
        ORA-01459
        invalid length for variable character string
        
        
        Cause
        The buffer length was less than the minimum required or greater than its length at bind time minus two bytes.
        Action
        Make sure the string size is long enough to hold the buffer.