ORA-30504: system triggers cannot have a FOR EACH ROW clause Cause: An attempt was madeto use a FOR EACH ROW clause with a system
trigger, but this type of trigger is not supported because a system triggersdoes not
have a base table. Action: Do not use a FOR EACHROW clause with a system trigger.