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


TABLE: SYS.TSDP_FEATURE_POLICY$

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

Infomration regarding the security feature policy enabled on the object

Storage Details
Tablespace: TablespaceSYSTEM
PCT Free: 10
PCT Used: 40
Primary Key: TSDP_FEATURE_POLICY$PK
  1. ColumnOBJ#
  2. ColumnFEATURE_POLNAME
Indexes
Index Type Uniqueness Tablespace Column
TSDP_FEATURE_POLICY$PK NORMAL UNIQUE TablespaceSYSTEM ColumnOBJ#
ColumnFEATURE_POLNAME
Columns
Name Datatype Length Mandatory Comments
OBJ# NUMBER
Yes Dictionary number of the object
FEATURE_POLNAME VARCHAR2 (128) Yes Policy name of the underlying securit feature
SEC_FEATURE NUMBER
Yes The security feature enabled on the object
Query Text

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


SELECT OBJ#
,      FEATURE_POLNAME
,      SEC_FEATURE
FROM SYS.TSDP_FEATURE_POLICY$;

Dependencies

[top of page]

SYS.TSDP_FEATURE_POLICY$ does not reference any database object

SYS.TSDP_FEATURE_POLICY$ is referenced by following:

SchemaSYS
ViewDBA_TSDP_POLICY_PROTECTION