Oracle Solution for Error ora-30037

Solution for Oracle Error ORA-30037

ORA-30037: Cannot perform parallel DML after a prior DML on the object

What triggered the Error:

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

What should we do to fix it:

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