日期:2014-05-16 浏览次数:20401 次
com.ibatis.common.jdbc.exception.NestedSQLException: The error occurred in bus_rywh.xml. The error occurred while applying a parameter map. Check the selectAllStudent-InlineParameterMap. Check the statement (query failed). Cause: java.sql.SQLException: ORA-00911: 无效字符
?
ibatis执行sql时报如上所示错误,将sql语句拷贝出来,在pl/sql中执行正常,最后在网上搜索相关信息才知道原来是ibatis配置的时候,在sql末尾多写了个";"分号。