Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

OCI-30037

Cannot perform parallel DML after a prior DML on the object

Cause

Attempt to perform parallel DML after another DML on the same object in the same transaction.


Action

Use bitmap segments to perform multiple (parallel) DML operations on the same object. Or commit before issueing the DML