7.160 V$DATABASE_KEY_INFO
V$DATABASE_KEY_INFO
provides the information of the default database key used to encrypt data blocks. Oracle uses the database key to encrypt sensitive information in SYSTEM, UNDO, and TEMP tablespaces when such data has dependency from encrypted tablespaces or encrypted columns
V$DATABASE_KEY_INFO
reflects the database key information stored in the control file. Generally it is the same as the system tablespace key recorded in the system tablespace. If the system tablespace is encrypted, it will also appear in V$ENCRYPTED_TABLESPACES
. If the system tablespace is not encrypted, this is the only view providing this information.
Column | Datatype | Description |
---|---|---|
|
|
Encryption algorithm:
|
|
|
Encrypted version of the database key |
|
|
ID of the master key that was used to encrypt the database key |
|
|
Indicates whether the master key has been set ( |
|
|
The ID of the container to which the data pertains. Possible values include:
|
See Also: