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


TABLE: SYS.STREAMS$_COMPONENT_STAT_IN

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

Temporary Table Details

SYS.STREAMS$_COMPONENT_STAT_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

STAT_TIME DATE

COUNT1 NUMBER

COUNT2 NUMBER

COUNT3 NUMBER

COUNT4 NUMBER

LATENCY NUMBER

STATUS NUMBER

SNAPSHOT NUMBER

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
,      STAT_TIME
,      COUNT1
,      COUNT2
,      COUNT3
,      COUNT4
,      LATENCY
,      STATUS
,      SNAPSHOT
,      SPARE1
,      SPARE2
,      SPARE3
,      SPARE4
FROM SYS.STREAMS$_COMPONENT_STAT_IN;

Dependencies

[top of page]

SYS.STREAMS$_COMPONENT_STAT_IN does not reference any database object

SYS.STREAMS$_COMPONENT_STAT_IN is referenced by following:

SchemaSYS
Package BodyDBMS_STREAMS_ADV_ADM_UTL - show dependent code