RA_INCOMING_BACKUP_PIECES

This view describes the backup pieces being received by the Recovery Appliance.

Column Data Type NULL Description
SL_KEY NUMBER   The primary key of the Recovery Appliance storage location storing this backup piece.
SL_NAME VARCHAR2(128)   The name of the Recovery Appliance storage location storing this backup piece.
DB_KEY NUMBER   The primary key of the protected database creating this backup piece.
DB_UNIQUE_NAME VARCHAR2(30)   The unique name of the protected database creating this backup piece.
HANDLE VARCHAR2(1024)   The handle assigned to this backup piece.
CURRENT_SIZE NUMBER   The size (in GB) currently allocated for this backup piece.
START_TIME TIMESTAMP(6) WITH TIME ZONE   The time when the backup piece was first seen by the Recovery Appliance.
LAST_UPDATE TIMESTAMP(6) WITH TIME ZONE   The time when the backup piece was completely received.
REP_PAIR_KEY NUMBER   Join with RA_REPLICATION_CONFIG to determine sending upstream Recovery Appliance.
TENANT_NAME VARCHAR2   The tenant name for this database in the Recovery Appliance.
TENANT_IDENTIFIER NUMBER   The customer tenant identifier for this database in the Recovery Appliance.