7.202 V$ENCRYPTED_TABLESPACES
V$ENCRYPTED_TABLESPACES
displays information about tablespaces that are encrypted.
In a non-CDB, the information displayed by this view is meaningful only when the database is open and for data files that are online. In a CDB, the information displayed by this view is meaningful only for tablespaces in open containers. This is because the information is derived after the file headers making up a tablespace have been examined during the open operation.
During an encryption or decryption operation, the encryption or decryption progress can be obtained by comparing the values of the BLOCKS_ENCRYPTED
and BLOCKS_DECRYPTED
columns in this view with the value of the BLOCKS
column in the DBA_DATA_FILES
view.
Column | Datatype | Description |
---|---|---|
|
|
Tablespace number |
|
|
Encryption algorithm:
|
|
|
Indicates whether the tablespace is encrypted ( |
|
|
Encrypted version of the tablespace key for the encrypted tablespace |
|
|
ID of the master key that was used to encrypt the tablespace key |
|
|
Number of tablespace blocks that have been encrypted during the lifetime of this instance |
|
|
Number of tablespace blocks that have been decrypted during the lifetime of this instance |
|
|
Every encrypt/decrypt/rekey of a tablespace adds a carnation/version of the tablespace key, and the key version is incremented. A decrypted tablespace could still have a none-zero key version. In certain scenarios, however, the tablespace key version might reset to |
|
|
Shows the status of a tablespace. Possible values:
Note: The |
|
|
The ID of the container to which the data pertains. Possible values include:
|
See Also: