ERROR | 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. |
ERROR | 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. |