In Spring batch v4.2.1 we are getting error - SQL [INSERT into BATCH_JOB_INSTANCE(JOB_INSTANCE_ID, JOB_NAME, JOB_KEY, VERSION) values (?, ?, ?, ?)]; ORA-08177: can't serialize access for this transaction.
Tried all the workaround mentioned at the bottom of this link but it did not resolve. In lower environments ISOLATION_READ_COMMITTED fixed the issue but in Prod the error still occurs. Please help how to resolve this issue.