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


TABLE: SYS.STREAMS$_COMPONENT_EVENT_IN

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

Temporary Table Details

SYS.STREAMS$_COMPONENT_EVENT_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_NAME VARCHAR2 (194)
COMPONENT_DB VARCHAR2 (128)
COMPONENT_TYPE NUMBER

SUB_COMPONENT_TYPE NUMBER

STAT_TIME DATE

SESSION_ID NUMBER

SESSION_SERIAL# NUMBER

EVENT VARCHAR2 (128)
EVENT_TYPE NUMBER

EVENT_COUNT NUMBER

TOTAL_COUNT NUMBER

MODULE_NAME VARCHAR2 (64)
ACTION_NAME VARCHAR2 (64)
SPARE1 NUMBER

SPARE2 NUMBER

SPARE3 VARCHAR2 (4000)
SPARE4 DATE

Query Text

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


SELECT COMPONENT_NAME
,      COMPONENT_DB
,      COMPONENT_TYPE
,      SUB_COMPONENT_TYPE
,      STAT_TIME
,      SESSION_ID
,      SESSION_SERIAL#
,      EVENT
,      EVENT_TYPE
,      EVENT_COUNT
,      TOTAL_COUNT
,      MODULE_NAME
,      ACTION_NAME
,      SPARE1
,      SPARE2
,      SPARE3
,      SPARE4
FROM SYS.STREAMS$_COMPONENT_EVENT_IN;

Dependencies

[top of page]

SYS.STREAMS$_COMPONENT_EVENT_IN does not reference any database object

SYS.STREAMS$_COMPONENT_EVENT_IN is referenced by following:

SchemaSYS
Package BodyDBMS_STREAMS_ADV_ADM_UTL - show dependent code