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


VIEW: SYS._DBA_STREAMS_TP_COMPONENT_PROP

Object Details
Object Name: _DBA_STREAMS_TP_COMPONENT_PROP
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

DBA Streams Component Properties

[View Source]

Columns
Name Datatype Length Mandatory Comments
COMPONENT_ID NUMBER
Yes ID of the Streams Component
COMPONENT_NAME VARCHAR2 (4000)
Name of the Streams Component
COMPONENT_DB VARCHAR2 (128)
Database Where the Streams Component Resides
COMPONENT_TYPE VARCHAR2 (20)
Type of the Streams Component
PROP_NAME VARCHAR2 (128)
Name of the Property
PROP_VALUE VARCHAR2 (4000)
Value of the Property
Query Text

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


SELECT COMPONENT_ID
,      COMPONENT_NAME
,      COMPONENT_DB
,      COMPONENT_TYPE
,      PROP_NAME
,      PROP_VALUE
FROM SYS._DBA_STREAMS_TP_COMPONENT_PROP;

Dependencies

[top of page]

SYS._DBA_STREAMS_TP_COMPONENT_PROP references the following:

SchemaSYS
TableSTREAMS$_COMPONENT
TableSTREAMS$_COMPONENT_PROP
SYS._DBA_STREAMS_TP_COMPONENT_PROP is referenced by following:

SchemaPUBLIC
Synonym_DBA_STREAMS_TP_COMPONENT_PROP