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


TABLE: SYS.STREAMS$_COMPONENT_IN

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

Temporary Table Details

SYS.STREAMS$_COMPONENT_IN is a global temporary table. The current session is able see data that it placed in the table but other sessions cannot. Data in the table is temporary. It has a data duration of SYS$SESSION. Data is removed at the end of this period.

Storage Details
Tablespace: Tablespace
PCT Free: 10
PCT Used: 40
Columns
Name Datatype Length Mandatory Comments
COMPONENT_ID NUMBER

COMPONENT_NAME VARCHAR2 (194)
COMPONENT_DB VARCHAR2 (128)
COMPONENT_TYPE NUMBER

COMPONENT_PROPERTY NUMBER

COMPONENT_CHANGED_TIME DATE

ANALYSIS_FLAG RAW (4)
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
,      ANALYSIS_FLAG
,      SPARE1
,      SPARE2
,      SPARE3
,      SPARE4
FROM SYS.STREAMS$_COMPONENT_IN;

Dependencies

[top of page]

SYS.STREAMS$_COMPONENT_IN does not reference any database object

SYS.STREAMS$_COMPONENT_IN is referenced by following:

SchemaSYS
Package BodyDBMS_STREAMS_ADV_ADM_UTL - show dependent code