Multiple triggers

Oracle allows you to create multiple AFTER row triggers that fire for the same statement on the same table. However, the order in which these triggers fire is indeterminate.

If you have more than one AFTER row trigger on a table, Replication Agent might not be able to create its data capture triggers, or if created, the triggers might not work correctly.

To avoid this problem, do not use more than one AFTER row trigger on a table you mark for replication.