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


TABLE: SYS.TSDP_PROTECTION$

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

Stores the sensitive column protection information

Storage Details
Tablespace: TablespaceSYSTEM
PCT Free: 10
PCT Used: 40
Primary Key: TSDP_PROTECTION$PK
  1. ColumnPROTECTION#
Indexes
Index Type Uniqueness Tablespace Column
TSDP_PROTECTION$PK NORMAL UNIQUE TablespaceSYSTEM ColumnPROTECTION#
Foreign Keys
Table
Foreign Table Foreign Key Column
TSDP_PROTECTION$ TSDP_PROTECTION$FKSD TableTSDP_SENSITIVE_DATA$ TSDP_PROTECTION$ SENSITIVE#
TSDP_PROTECTION$ TSDP_PROTECTION$FKPC TableTSDP_SUBPOL$ TSDP_PROTECTION$ SUBPOL#
Columns
Name Datatype Length Mandatory Comments
PROTECTION# NUMBER
Yes Dictionary number for the protection
SENSITIVE# NUMBER
Yes Dictionary number for the sensitive data
SUBPOL# NUMBER
Yes Dictionary number of the subpolicy responsible for the protection
FEATURE_POLNAME VARCHAR2 (128)
Name of the policy for the underlying security feature
Query Text

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


SELECT PROTECTION#
,      SENSITIVE#
,      SUBPOL#
,      FEATURE_POLNAME
FROM SYS.TSDP_PROTECTION$;

Dependencies

[top of page]

SYS.TSDP_PROTECTION$ does not reference any database object

SYS.TSDP_PROTECTION$ is referenced by following:

SchemaSYS
ViewDBA_TSDP_POLICY_PROTECTION