ORA-01480
        trailing null character is missing from SQLT_STR type bind data
        
        
        Cause
        A bind variable of type SQLT_STR (null-terminated string) did not contain the terminating null character in its buffer.
        Action
        Add a null character at the end of the string.
        
     
    
    
        ORA-01480
        trailing null missing from STR bind value
        
        
        Cause
        A bind variable of type 5 (null-terminated string) does not contain the terminating null in its buffer.
        Action
        Terminate the string with a null character
        
     
    
    
        ORA-01480
        trailing null missing from STR bind value
        
        
        Cause
        A bind variable of type 5 (null-terminated string) does not contain the terminating null in its buffer.
        Action
        Terminate the string with a null character