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


TABLE: SYS.TSDP_SUBPOL$

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

Stores Subpolicy information

Storage Details
Tablespace: TablespaceSYSTEM
PCT Free: 10
PCT Used: 40
Primary Key: TSDP_SUBPOL$PK
  1. ColumnSUBPOL#
Indexes
Index Type Uniqueness Tablespace Column
TSDP_SUBPOL$PK NORMAL UNIQUE TablespaceSYSTEM ColumnSUBPOL#
Foreign Keys
Table
Foreign Table Foreign Key Column
TSDP_SUBPOL$ TSDP_SUBPOL$FK TableTSDP_POLICY$ TSDP_SUBPOL$ POLICY#
TableTSDP_CONDITION$ TSDP_CONDITION$FK TSDP_SUBPOL$ TSDP_CONDITION$ SUBPOL#
TableTSDP_PARAMETER$ TSDP_PARAMETER$FK TSDP_SUBPOL$ TSDP_PARAMETER$ SUBPOL#
TableTSDP_PROTECTION$ TSDP_PROTECTION$FKPC TSDP_SUBPOL$ TSDP_PROTECTION$ SUBPOL#
Columns
Name Datatype Length Mandatory Comments
SUBPOL# NUMBER
Yes Dictionary number of the subpolicy
POLICY# NUMBER
Yes Dictionary number of the parent policy
SUBPOLNUM NUMBER
Yes The subpolicy number for the policy
PROPERTY NUMBER

Property of the subpolicy - is it a default subpolicy ?
Query Text

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


SELECT SUBPOL#
,      POLICY#
,      SUBPOLNUM
,      PROPERTY
FROM SYS.TSDP_SUBPOL$;

Dependencies

[top of page]

SYS.TSDP_SUBPOL$ does not reference any database object

SYS.TSDP_SUBPOL$ is referenced by following:

SchemaSYS
ViewDBA_TSDP_POLICY_CONDITION
ViewDBA_TSDP_POLICY_PARAMETER
ViewDBA_TSDP_POLICY_PROTECTION