Oracle Error ORA-39116: invalid trigger operation on mutating table string.string

Oracle Error Message

ORA-39116: invalid trigger operation on mutating table string.string

Reason for the Error

A Data Pump load operation failed because a trigger attempted to fire on the table while it was mutating.

Solution

Disable trigger(s) on the specified table. Also see ORA-004091.