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


VIEW: SYS.CDB_SENSITIVE_COLUMN_TYPES

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

All Sensitive Column Types in the database in all containers

[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
CON_ID NUMBER

container id
Query Text

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


SELECT NAME
,      USER_COMMENT
,      SOURCE_NAME
,      SOURCE_TYPE
,      CON_ID
FROM SYS.CDB_SENSITIVE_COLUMN_TYPES;

Dependencies

[top of page]

SYS.CDB_SENSITIVE_COLUMN_TYPES does not reference any database object

SYS.CDB_SENSITIVE_COLUMN_TYPES is referenced by following:

SchemaPUBLIC
SynonymCDB_SENSITIVE_COLUMN_TYPES