RA_REPLICATION_POLICY
This view lists the association of replication servers to protection policy.
| Column | Data Type | NULL | Description |
|---|---|---|---|
REPLICATION_SERVER_NAME |
VARCHAR2(128) |
NOT NULL |
The user-assigned name of the replication server configuration. |
REPLICATION_SERVER_STATE |
VARCHAR2(21) |
The replication status of the downstream Recovery Appliance: AVAILABLE, CREATING, DELETING, TESTING CONNECTION, RUNNING, PAUSED, ERROR STATE or null. |
|
POLICY_NAME |
VARCHAR2(128) |
The protection policy associated with this replication server configuration. | |
READ_ONLY |
VARCHAR2(3) |
YES: The downstream Recovery Appliance is treated as a read-only device. Backups can be retrieved from the downstream but are not replicated. |
|
REQUEST_ONLY |
VARCHAR2(3) |
YES: The downstream Recovery Appliance is treated as a request-only device. REQUEST_ONLY implies READ_ONLY, but only the requested backups are sent from the downstream. |
|
REPLICATION_SERVER_KEY |
NUMBER |
NOT NULL |
Cross reference to other RA_REPLICATION_* views |
STORE_AND_FORWARD |
VARCHAR2(3) |
YES when Recovery Appliance is being used to store backups temporarily until they can be moved downstream. NO for normal disaster recovery support. |