MyBatis - java.sql.SQLException: 無效的列型別: 1111

襲冷發表於2018-08-08

異常

org.springframework.jdbc.UncategorizedSQLException: Error setting null parameter.  
        Most JDBC drivers require that the JdbcType must be specified for all nullable parameters.
    Caused by: java.sql.SQLException: 無效的列型別: 1111
        at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
        ......

方案

    在SQL語句的需要指定引數的JdbcType型別,或者指定JdbcType的字串不正確

相關文章