RA_REPLICATION_CONFIG

This view lists the replication server configurations.

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 COMMUNICATION, RUNNING, PAUSED, ERROR STATE or null.

REPLICATION_SERVER_ROLE VARCHAR2(10)  

The user-assigned name of the replication server configuration.

CATALOG_OWNER VARCHAR2(128) NOT NULL

The owner of the Recovery Catalog schema that will be connecting to the DS Recovery Appliance.

PROXY_HTTP_ADDRESS VARCHAR2(519)  

The address of the proxy server in the form proxy_server_http_address:port_of_proxy_server.

PROXY_TIMEOUT NUMBER  

The timeout period (in seconds) for the proxy server connection.

SBT_LIBRARY_NAME VARCHAR2(128) NOT NULL

The name of the SBT library with which this replication server configuration is associated.

SBT_LIBRARY_PARMS VARCHAR2(1024)  

The SBT library parameters.

ATTRIBUTE_NAME VARCHAR2(128) NOT NULL

The SBT attribute set name.

ATTRIBUTE_PARMS VARCHAR2(1024)  

The SBT parameters passed while allocating the RMAN channel.

WALLET_PATH VARCHAR2(512)  

The path to the local Oracle wallet (excluding the wallet file name).

WALLET_ALIAS VARCHAR2(512) NOT NULL

The alias that identifies the Oracle wallet credentials that this Recovery Appliance uses to log in to the downstream Recovery Appliance.

SERVER_HOST CLOB NOT NULL

The server name or address of the downstream Recovery Appliance.

MAX_STREAMS NUMBER NOT NULL

The maximum number of simultaneous replication tasks. Each replication task processes a single backup piece.

PAIRED_REPLICATION_SERVER VARCHAR2(3)  

YES if this replication server is paired with another replication server. Examine RA_REPLICATION_PAIR for additional information.

REP_PAIR_KEY NUMBER  

Cross reference to RA_REPLICATION_PAIR view

REPLICATION_SERVER_KEY NUMBER  

Cross reference to associated RA_REPLICATION_PAIR_* views