Maintains information about tables marked for replication in a Replication Agent group.
The multiple Replication Agents marked-tables table is named ra_admin_prefixTABLE, where ra_admin_prefix is the prefix string used for Replication Agent system object names.
Column Name |
Type |
Contents |
---|---|---|
prefix |
VARCHAR2(3) |
The instance prefix for this Replication Agent instance. This prefix is determined by the setting of the ra_admin_instance_prefix parameter. |
tableid |
NUMBER |
The object ID for this marked table. |
autocorrection |
NUMBER(38) |
Indicates whether or not autocorrection is enabled for the marked table. If autocorrection is enabled, this column has a value of 1. Otherwise, the column has a value of 0 (default). |
ruletype |
NUMBER(38) |
Not used. |
rulevalue |
VARCHAR2(30) |
Not used. |