SQL> delete from SMEXTRACHARGEHISTORY;
1078 rows deleted.
SQL> commit;
Commit complete.
SQL> delete from smpricetypes;
delete from smpricetypes
*
ERROR at line 1:
ORA-04091: table SUPERMAG.SMEXTRACHARGEHISTORY is mutating, trigger/function
may not see it
ORA-06512: at "SUPERMAG.SMEXTRACHARGEUID", line 6
ORA-04088: error during execution of trigger 'SUPERMAG.SMEXTRACHARGEUID'