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


VIEW: SYS.USER_ENCRYPTED_COLUMNS

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

Encryption information on columns of tables owned by the user

[View Source]

Columns
Name Datatype Length Mandatory Comments
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
Query Text

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


SELECT TABLE_NAME
,      COLUMN_NAME
,      ENCRYPTION_ALG
,      SALT
,      INTEGRITY_ALG
FROM SYS.USER_ENCRYPTED_COLUMNS;

Dependencies

[top of page]

SYS.USER_ENCRYPTED_COLUMNS references the following:

SchemaSYS
ViewDBA_ENCRYPTED_COLUMNS
SYS.USER_ENCRYPTED_COLUMNS is referenced by following:

SchemaPUBLIC
SynonymUSER_ENCRYPTED_COLUMNS