MyBatis - java.sql.SQLSyntaxErrorException: ORA-00911: 無效字元

襲冷發表於2018-08-08

一、異常

org.springframework.jdbc.BadSqlGrammarException: Error updating database. 
    Caused by: java.sql.SQLSyntaxErrorException: ORA-00911: 無效字元
        at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:91)
        ......

二、原因

    MyBatis中的SQL語句在末尾加了 ; 符號作為結束

 

 

 

相關文章