RA_DISK_RESTORE_RANGE

The restore range of each protected database from disk backups on this Recovery Appliance.

Column Data Type NULL Description

DB_KEY

NUMBER

The primary key of the protected database.

DB_UNIQUE_NAME

VARCHAR2(30)

The unique name assigned to the 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.

LOW_TIME

DATE

The earliest time to which the protected database can be restored.

HIGH_TIME

DATE

The latest time to which the protected database can be restored.

LOW_SCN

NUMBER

The lowest SCN to which the protected database can be restored.

HIGH_SCN

NUMBER

The highest SCN to which the protected database can be restored.

LOW_DBINC_KEY

NUMBER

The primary key for the incarnation of the target database to which LOW_SCN belongs.

HIGH_DBINC_KEY

NUMBER

The primary key for the incarnation of the target database to which HIGH_SCN belongs.

LAST_UPDATED

DATE

The time that the restore range for this protected database was updated.

KEEP_OPTIONS

NUMBER

If 0, then this is a row with non-keep backups. If >0, this row has keep backups.

KEEP_UNTIL

DATE

Contains the retention time for keep backups. NULL means the restore range consists of a KEEP FOREVER backup.

Valid only for rows with KEEP_OPTIONS > 0.

KEEPBKP_TAG

NUMBER

Contains the tag value for the archival backup.

Valid only for rows with KEEP_OPTIONS > 0.

KEEPBKP_RSPNAME

VARCHAR2

Contains the restore point name of the archival backup.

Valid only for rows with KEEP_OPTIONS > 0.

KEEPBKP_TO_SCN

NUMBER

Contains the recovery SCN for which the archival backups were creaed.

Valid only for rows with KEEP_OPTIONS > 0.

KEEPBKP_TO_TIME

DATE

Contains the recovery time for which the archival backups were created.

Valid only for rows with KEEP_OPTIONS > 0.

BACKUP_TAG

NUMBER

Contains the tag value of backups for the range. If the tag value of all backups is not the same, it contains *'''.