mybatis+oracle保存数据的时候,第一次成功,第二次报错
### Error updating database. Cause: java.sql.SQLException: 索引中丢失 IN 或 OUT 参数:: 13
### The error may involve com.dao.PaccountMapper.insert-Inline
### The error occurred while setting parameters
参数只有12个,并且索引和字段类型都没有问题,一直没有找到问题所在。
连接池中配置了 maxOpenPreparedStatements 可能会导致该问题