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


TABLE: SYS.TSDP_PARAMETER$

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

Stores subpolicy parameter information

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

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


SELECT SUBPOL#
,      PARAMETER
,      VALUE
FROM SYS.TSDP_PARAMETER$;

Dependencies

[top of page]

SYS.TSDP_PARAMETER$ does not reference any database object

SYS.TSDP_PARAMETER$ is referenced by following:

SchemaSYS
ViewDBA_TSDP_POLICY_PARAMETER