GloriaGG

 

MyBatis报错java.sql.SQLSyntaxErrorException:ORA-00911:无效字符错误

用MyBatis操作oracle时候,在oracle的console中操作没有任何问题,但是到MyBatis中就有这个无效字符错误,后来才知道,MyBatis中的sql语句不能加“;”在末尾!!!把分号去了就可以了,运行成功!

posted on 2020-12-24 14:45  GloriaGG  阅读(156)  评论(0编辑  收藏  举报

导航