Oracle Error ORA-04092: cannot string in a trigger

Oracle Error Message

ORA-04092: cannot string in a trigger

Reason for the Error

A trigger attempted to commit or rollback.

Solution

Rewrite the trigger so it does not commit or rollback.