标题: ORA-30037: Cannot perform parallel DML [打印本页] 作者: admin 时间: 2016-9-4 19:09 标题: ORA-30037: Cannot perform parallel DML ORA-30037: Cannot perform parallel DML after a prior DML on the object Cause: Attempt to performparallel DML after another DML on the same object in
the same transaction. Action: Use bitmap segmentsto perform multiple (parallel) DML operations on
the same object. Or commit before issueing the DML