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


TABLE: SYS.TSDP_SENSITIVE_TYPE$

Object Details
Object Name: TSDP_SENSITIVE_TYPE$
Object Type: TABLE
Owner: SYS
Subobject Name:
Status: VALID

Stores the Sensitive Type information

Storage Details
Tablespace: TablespaceSYSTEM
PCT Free: 10
PCT Used: 40
Primary Key: TSDP_SENSITIVE_TYPE$PK
  1. ColumnTYPE#
Unique Key: TSDP_SENSITIVE_TYPE$UK
  1. ColumnNAME
Indexes
Index Type Uniqueness Tablespace Column
TSDP_SENSITIVE_TYPE$PK NORMAL UNIQUE TablespaceSYSTEM ColumnTYPE#
TSDP_SENSITIVE_TYPE$UK NORMAL UNIQUE TablespaceSYSTEM ColumnNAME
Foreign Keys
Table
Foreign Table Foreign Key Column
TSDP_SENSITIVE_TYPE$ TSDP_SENSITIVE_TYPE$FK TableTSDP_SOURCE$ TSDP_SENSITIVE_TYPE$ SOURCE#
TableTSDP_ASSOCIATION$ TSDP_ASSOCIATION$FKST TSDP_SENSITIVE_TYPE$ TSDP_ASSOCIATION$ SENSITIVE_TYPE#
Columns
Name Datatype Length Mandatory Comments
TYPE# NUMBER
Yes Dictionary number of the Sensitive Type
NAME VARCHAR2 (128)
Name of the sensitive type
USER_COMMENT VARCHAR2 (4000)
User comment on the sensitive type
SOURCE# NUMBER

Dictionary number of the source of truth for the Sensitive type
Query Text

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


SELECT TYPE#
,      NAME
,      USER_COMMENT
,      SOURCE#
FROM SYS.TSDP_SENSITIVE_TYPE$;

Dependencies

[top of page]

SYS.TSDP_SENSITIVE_TYPE$ does not reference any database object

SYS.TSDP_SENSITIVE_TYPE$ is referenced by following:

SchemaSYS
ViewDBA_SENSITIVE_COLUMN_TYPES
ViewDBA_TSDP_POLICY_TYPE