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


TABLE: SYS.STREAMS$_COMPONENT

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

Storage Details
Tablespace: TablespaceSYSAUX
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
STREAMS$_COMPONENT_IND NORMAL UNIQUE TablespaceSYSAUX ColumnCOMPONENT_ID
Columns
Name Datatype Length Mandatory Comments
COMPONENT_ID NUMBER
Yes
COMPONENT_NAME VARCHAR2 (390)
COMPONENT_DB VARCHAR2 (128)
COMPONENT_TYPE NUMBER

COMPONENT_PROPERTY NUMBER

COMPONENT_CHANGED_TIME DATE

SPARE1 NUMBER

SPARE2 NUMBER

SPARE3 VARCHAR2 (4000)
SPARE4 DATE

Query Text

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


SELECT COMPONENT_ID
,      COMPONENT_NAME
,      COMPONENT_DB
,      COMPONENT_TYPE
,      COMPONENT_PROPERTY
,      COMPONENT_CHANGED_TIME
,      SPARE1
,      SPARE2
,      SPARE3
,      SPARE4
FROM SYS.STREAMS$_COMPONENT;

Dependencies

[top of page]

SYS.STREAMS$_COMPONENT does not reference any database object

SYS.STREAMS$_COMPONENT is referenced by following:

SchemaSYS
ViewDBA_STREAMS_TP_COMPONENT
ViewDBA_STREAMS_TP_COMPONENT_LINK
ViewDBA_STREAMS_TP_COMPONENT_STAT
ViewDBA_STREAMS_TP_PATH_BOTTLENECK
Package BodyDBMS_STREAMS_ADV_ADM_UTL - show dependent code
View_DBA_STREAMS_TP_COMPONENT_PROP