Error while configuring camunda 7.11 with oracle database

Getting below error while configuring camunda 7.11 with oracle database

ENGINE-03005 Execution of ‘UPDATE TaskEntity[af3af03f-ad57-11ef-950c-000c29b98353]’ failed. Entity was updated by another transaction concurrently.

We are able to create process instance using camunda modeler but unable to perform task submission from camunda cockpit, even we are not able to perform any operation like Assignee updation, Claiming the task, Add/Edit any process variable using camunda cockpit UI. In all the mentioned cases, we get the above mentioned error.

Anybody facing similar kind of challenge, please suggest the solution.

typically occurs when there is a conflict between transactions trying to modify the same task by the engine.
Enable DEBUG logging for the org.camunda.bpm.engine package to capture more detailed logs and identify the source of the conflict.

if i see detail log i may able to let you know.