aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

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.

请先 登录 后评论

1 个回答

小智
ORA-30038:无法对非分区对象执行并行插入,
.原因:尝试在同一事务中的对象上的先前DML之后对非分区对象执行并行插入。,
.操作:在提交插入之前提交。,
.
请先 登录 后评论