Oracle Solution for Error ora-30503

Solution for Oracle Error ORA-30503

ORA-30503: system triggers cannot have a REFERENCING clause

What triggered the Error:

An attempt was made to use a REFERENCING clause with a system trigger, but this type of trigger is not supported because a system triggers does not have a base table.

What should we do to fix it:

Do not use a REFERENCING clause with a system trigger.