RA_ENCRYPTION_INFO
This view describes the historical encryption key information.
| Column | Data Type | NULL | Description |
|---|---|---|---|
ENCINFO_KEY |
NUMBER |
NOT NULL |
The key of this encryption info record in the Recovery Appliance metadata database. |
DB_UNIQUE_NAME |
VARCHAR2(32) |
NOT NULL |
The unique name of the database for this encryption info record.. |
DBID |
NUMBER |
NOT NULL |
|
CREATE_TIME |
TIMESTAMP(6) WITH TIME ZONE |
The time at which the key was created.. | |
ENCRYPTION_TAG |
VARCHAR2(128) |
NOT NULL |
The tag associated with this encryption key.. |
ENCRYPTION_KEYID |
VARCHAR2(78) |
NOT NULL |
The encryption id associated with this encryption key. |
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. |