ORA-04094
Error: ORA-04094: table string.string is constraining, trigger may not modify it
Causa: A trigger attempted to modify a table that was constraining for some referential constraint of a parent SQL statement.
Acción: Rewrite the trigger so that it does not modify that table.
COMENTARIOS:
No hay comentarios.