ORA-30504
Error: ORA-30504: system triggers cannot have a FOR EACH ROW clause
Causa: An attempt was made to use a FOR EACH ROW clause with a system trigger, but this type of trigger is not supported because a system triggers does not have a base table.
Acción: Do not use a FOR EACH ROW clause with a system trigger.
COMENTARIOS:
No hay comentarios.