Caused by: Error : 911, Position : 14, Sql = select * from `V_GLOBAL_SEARCH` where 1 = 2, OriginalSql = select * from `V_GLOBAL_SEARCH` where 1 = 2, Error Msg = ORA-00911: 无效字符
select * from V_GLOBAL_SEARCH where 1 = 2
可以查看到信息
select * from `V_GLOBAL_SEARCH` where 1 = 2
报ORA-00911: 无效字符
项目:JFinal
arp.setDialect(new OracleDialect());
注意看文档