OceanBase 批量插入报错(偶尔报错)

使用mysql版本,OceanBase数据库的时候,在连接上添加了allowMultiQueries=true,但是在执行批量插入的时候,会报错:

Error updating database. Cause: java.sql.SQLException ### The error may exist in URL OpLogDetailDao.xml] ### The error may involve defaultParameterMap ### The error occurred while setting parameters ### SQL: insert into OP_LOG_DETAIL ( OP_DETAIL_ID, TABLE_CODE, DATA_ID, OP_LOG_ID, OLD_VALUE, NEW_VALUE, FILE_ID, OPER_TYPE ) values ( ?, ?, ?, ?, ?, ?, ?, ? ) , ( ?, ?, ?, ?, ?, ?, ?, ? ) ; ### Cause: java.sql.SQLException ; null; nested exception is java.sql.SQLException

问题是这个报错是偶发的,不是必现。有没有大神遇到过这种问题

请问,您得问题解决了吗?