Camunda 7.19.0 Encountering problems

Caused by: org.camunda.bpm.engine.ProcessEngineException: ENGINE-03089 Batching not supported: The jdbc driver in use does not return the number of affected rows when executing statement batches. Consider setting the engine configuration property ‘jdbcBatchProcessing’ to false.Failed operation: UPDATE_BULK updateJobSuspensionStateByParameters org.camunda.bpm.engine.impl.db.ListQueryParameterObject@2dd9c65

springboot 2.7.18
camunda 7.19.0
oracle11g

The version of the database cannot be changed!
May I ask how to solve this problem?

Hi,

Oracle 11 doesn’t support this operation mode (see https://jira.camunda.com/browse/CAM-8327?focusedId=76178&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-76178). The solution is in the error message: you need to set the process engine configuration property jdbcBatchProcessing to false.

Cheers,
Thorben