RA_RECOVERY_COMPLIANCE
This view lists information about active compliance windows on the database in which backups may not be deleted..
| Column | Data Type | NULL | Description |
|---|---|---|---|
DB_UNIQUE_NAME |
VARCHAR2(30) |
The unique database name. | |
DB_KEY |
NUMBER |
NOT NULL |
The primary key for this database in the recovery catalog. |
DURATION |
INTERVAL DAY(9) TO SECOND(9) |
NOT NULL |
Required retention period for backups created while this compliance policy is active. |
START_TIME |
TIMESTAMP(6) WITH TIME ZONE |
NOT NULL |
Starting time when this compliance policy goes into effect. |
END_TIME |
TIMESTAMP(6) WITH TIME ZONE |
Ending time when this compliance policy expires. NULL means that this compliance policy is still active. |
|
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. |