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


VIEW: SYS.DBA_SENSITIVE_COLUMN_TYPES

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

All Sensitive Column Types in the database

[View Source]

Columns
Name Datatype Length Mandatory Comments
NAME VARCHAR2 (128)
The name of the Sensitive Column Type
USER_COMMENT VARCHAR2 (4000)
User comment on the Sensitive Column Type
SOURCE_NAME VARCHAR2 (128)
The source of the Sensitive Column Type
SOURCE_TYPE VARCHAR2 (3)
The type of the source - DB or ADM
Query Text

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


SELECT NAME
,      USER_COMMENT
,      SOURCE_NAME
,      SOURCE_TYPE
FROM SYS.DBA_SENSITIVE_COLUMN_TYPES;

Dependencies

[top of page]

SYS.DBA_SENSITIVE_COLUMN_TYPES references the following:

SchemaSYS
TableTSDP_SENSITIVE_TYPE$
TableTSDP_SOURCE$
SYS.DBA_SENSITIVE_COLUMN_TYPES is referenced by following:

SchemaPUBLIC
SynonymDBA_SENSITIVE_COLUMN_TYPES