DBA Data[Home] [Help] [Dependency Information]


VIEW: SYS.CDB_ENCRYPTED_COLUMNS

Object Details
Object Name: CDB_ENCRYPTED_COLUMNS
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

Encryption information on columns in the database in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (128) Yes Owner of the table
TABLE_NAME VARCHAR2 (128) Yes Name of the table
COLUMN_NAME VARCHAR2 (128) Yes Name of the column
ENCRYPTION_ALG VARCHAR2 (29)
Encryption algorithm used for the column
SALT VARCHAR2 (3)
Is this column encrypted with salt? YES or NO
INTEGRITY_ALG VARCHAR2 (12)
Integrity algorithm used for the column
CON_ID NUMBER

container id
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT OWNER
,      TABLE_NAME
,      COLUMN_NAME
,      ENCRYPTION_ALG
,      SALT
,      INTEGRITY_ALG
,      CON_ID
FROM SYS.CDB_ENCRYPTED_COLUMNS;

Dependencies

[top of page]

SYS.CDB_ENCRYPTED_COLUMNS does not reference any database object

SYS.CDB_ENCRYPTED_COLUMNS is referenced by following:

SchemaPUBLIC
SynonymCDB_ENCRYPTED_COLUMNS