[Home] [Help]
[Dependency Information]
| Object Name: | DBA_SENSITIVE_COLUMN_TYPES |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
All Sensitive Column Types in the database
| 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 |
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;
SYS
TSDP_SENSITIVE_TYPE$
TSDP_SOURCE$
PUBLIC
DBA_SENSITIVE_COLUMN_TYPES
|
|
|
|