ORA-39116: invalid trigger operation on mutating table string
.stringWhat triggered the Error:
A Data Pump load operation failed because a trigger attempted to fire on the table while it was mutating.What should we do to fix it:
Disable trigger(s) on the specified table. Also see ORA-004091.