Replication Group Conditions

Usage

When a Replication Group is selected in the Master Configuration/Replication Group, the right pane shows the replication conditions for the replication group.

Activities

N/A

Fields

This window contains:

Replication Object: is the name of the replication object to which the condition applies.

Lu Name: is the name of the logical unit within the replication object to which the condition applies. An asterisk means that the condition applies to all logical units containing the column named in Column Name.

Column Name: is a column in the named logical unit or a column in any of the logical units within the replication object.

Condition: is any valid PL/SQL condition where a table column name is prefixed with :NEW. The IF .. THEN keywords should NOT be part of the condition.

If there are several conditions on the same Column Name an IF statement is created with the conditions separated by the keyword OR.

If there are several conditions on different Column Names an IF statement is created with the conditions separated by the keyword AND.