Showing posts with label ORA-30038: Cannot perform parallel insert on non-partitioned object. Show all posts
Showing posts with label ORA-30038: Cannot perform parallel insert on non-partitioned object. Show all posts

Friday, 18 May 2012

ORA-30038: Cannot perform parallel insert on non-partitioned object

ORA-30038: Cannot perform parallel insert on non-partitioned object

Cause: Attempt to perform parallel insert on a non-partitioned object after a previous DML on the object in the same transaction.

Action: Commit before issueing the insert.