2.128 ALL_ENCRYPTED_COLUMNS
ALL_ENCRYPTED_COLUMNS displays encryption algorithm information for the encrypted columns in the tables accessible to the current user.
               
Related Views
- 
                        DBA_ENCRYPTED_COLUMNSdisplays encryption algorithm information for all encrypted columns in the database.
- 
                        USER_ENCRYPTED_COLUMNSdisplays encryption algorithm information for the encrypted columns in the tables owned by the current user. This view does not display theOWNERcolumn.
| Column | Datatype | NULL | Description | 
|---|---|---|---|
| 
 | 
 | 
 | Owner of the table | 
| 
 | 
 | 
 | Name of the table | 
| 
 | 
 | 
 | Name of the column | 
| 
 | 
 | 
 | Encryption algorithm used to protect secrecy of data in this column: 
 | 
| 
 | 
 | 
 | Indicates whether the column is encrypted with SALT ( | 
| 
 | 
 | 
 | Integrity algorithm used for the column: 
 | 
See Also: