RA_PURGING_QUEUE

This view describes the order in which protected databases will have their oldest backups deleted when space is low.

Column Data Type NULL Description
SL_NAME VARCHAR2(128) NOT NULL The Recovery Appliance storage location name.
SL_KEY NUMBER   The primary key for this Recovery Appliance storage location in the recovery catalog.
DB_UNIQUE_NAME VARCHAR2(30)   The unique name of the protected database whose backups the Recovery Appliance will purge.
DB_KEY NUMBER NOT NULL The primary key for the protected database whose backups the Recovery Appliance will purge.
PURGE_ORDER NUMBER   The order in which this protected database is eligible for purging.
NEW_RECOVERY_WINDOW INTERVAL DAY(9) TO SECOND(6)   The recovery window goal for this protected database after a purge.
NEW_PCT_RECOVERY NUMBER   The percentage of the recovery window goal remaining for this protected database after a purge.
PCT_STORAGE NUMBER   The percentage of reserved space being consumed by this protected database.
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.