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


TABLE: SYS.TSDP_CONDITION$

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

Stores conditons for subpolicies

Storage Details
Tablespace: TablespaceSYSTEM
PCT Free: 10
PCT Used: 40
Foreign Keys
Table
Foreign Table Foreign Key Column
TSDP_CONDITION$ TSDP_CONDITION$FK TableTSDP_SUBPOL$ TSDP_CONDITION$ SUBPOL#
Columns
Name Datatype Length Mandatory Comments
SUBPOL# NUMBER
Yes The dictionary number of the parent subpolicy
PROPERTY VARCHAR2 (128)
The property of the condition
VALUE VARCHAR2 (128)
The value of the condition
Query Text

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


SELECT SUBPOL#
,      PROPERTY
,      VALUE
FROM SYS.TSDP_CONDITION$;

Dependencies

[top of page]

SYS.TSDP_CONDITION$ does not reference any database object

SYS.TSDP_CONDITION$ is referenced by following:

SchemaSYS
ViewDBA_TSDP_POLICY_CONDITION