Integrated Replicat
Hi
I have a couple of questions regarding Integrated Replicat.
1) We have configured an Integrated Replicat. Whenever an ORA error is encountered by Replicat, it retries the transaction in Direct Mode. Is there anyway this can be turned off and avoid retrying in Direct Mode?
2) Even though we have SUPPRESSTRIGGERS DBOPTION in the Replicat Parameter File, we noticed some of the triggers have fired. A trigger on a table inserts rows into a tracking table. When rows were inserted into the table by replicat, the tracking table also was inserted into. So, for the 3 records inserted into the table with the trigger, the tracking table had 6 records - one that came from source, 1 from the trigger caused by the insert operation by replicat.