标题: ORA-30504: system triggers cannot have [打印本页] 作者: admin 时间: 2016-9-4 21:34 标题: ORA-30504: system triggers cannot have 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.