RA_REPLICATION_PAIR
This view lists replication information for replicating protection policies.
| Column | Data Type | NULL | Description |
|---|---|---|---|
REPLICATION_SERVER_NAME |
VARCHAR2(128) |
NOT NULL |
The user-assigned name of the replication server configuration. If we are an upstream to this remote Recovery Appliance, the user-assigned name of the replication server. |
REPLICATION_SERVER_STATE |
VARCHAR2(21) |
The replication status of the downstream Recovery Appliance: AVAILABLE, CREATING, DELETING, TESTING COMMUNICATION, RUNNING, PAUSED, ERROR STATE or null. |
|
REPLICATION_SERVER_ROLE |
VARCHAR2(10) |
shows the role of this Recovery Appliance with associated with another Recovery Appliance: UPSTREAM, DOWNSTREAM, or PAIRED. |
|
REMOTE_RA_DBID |
NUMBER |
Information from the downstream Recovery Appliance. The v$database.dbid of the downstream Recovery Appliance. |
|
REMOTE_RA_DBUNAME |
VARCHAR2(30) |
Information from the downstream Recovery Appliance. The v$database.name of the downstream Recovery Appliance. |
|
REMOTE_CONNECTING_USERNAME |
VARCHAR2(128) |
Incoming replication user from the downstream Recovery Appliance. | |
REMOTE_CONNECTING_USER_ID |
NUMBER |
Incoming replication user_id from the downstream Recovery Appliance. |
|
REMOTE_VERSION |
VARCHAR2(256) |
Information from the downstream Recovery Appliance. ZDLRA software version string from sys.raa_versions.release_version. |
|
REMOTE_CVERSION |
VARCHAR2(256) |
Information from the downstream Recovery Appliance. Comparable ZDLRA software version string from sys.raa_versions.release_version. |
|
REMOTE_BUILD_STRING |
VARCHAR2(100) |
Information from the downstream Recovery Appliance config._build string. |
|
REMOTE_VERSION_RECONCILE |
NUMBER |
NOT NULL |
Cross reference to associated RA_REPLICATION_* views. |
REPLICATION_SERVER_KEY |
NUMBER |
Cross reference to associated RA_REPLICATION_* views |