ORA-04095
Error: ORA-04095: trigger 'string' already exists on another table, cannot replace it
Causa: Cannot replace a trigger which already exists on a different table than the one being replaced.
Acción: Drop the trigger with the same name and re-create it.
COMENTARIOS:
No hay comentarios.