Maintains information about each Replication Agent instance in a Replication Agent group.
The multiple Replication Agents instances table is named ra_admin_prefixAGENT, 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. |
locator |
VARCHAR2(128) |
The truncation point for this Replication Agent instance. |
inittime |
TIMESTAMP |
The time at which this Replication Agent instance was initialized. |
version |
VARCHAR2(8) |
The version of this Replication Agent instance. |
rasd_export_file |
VARCHAR(255) |
The file to which RASD data is exported. |
upg_from_ver |
VARCHAR(16) |
The version from which Replication Agent has been upgraded. |
upg_fin_ts |
TIMESTAMP |
The time at which the upgrade finished. |