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


TABLE: SYS.STREAMS$_COMPONENT_STAT_OUT

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

Temporary Table Details

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

STATISTIC_TIME DATE

STATISTIC_NAME VARCHAR2 (64)
STATISTIC_VALUE NUMBER

STATISTIC_UNIT VARCHAR2 (64)
ADVISOR_RUN_ID NUMBER

ADVISOR_RUN_TIME DATE

SUB_COMPONENT_TYPE NUMBER

SESSION_ID NUMBER

SESSION_SERIAL# 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_ID
,      STATISTIC_TIME
,      STATISTIC_NAME
,      STATISTIC_VALUE
,      STATISTIC_UNIT
,      ADVISOR_RUN_ID
,      ADVISOR_RUN_TIME
,      SUB_COMPONENT_TYPE
,      SESSION_ID
,      SESSION_SERIAL#
,      SPARE1
,      SPARE2
,      SPARE3
,      SPARE4
FROM SYS.STREAMS$_COMPONENT_STAT_OUT;

Dependencies

[top of page]

SYS.STREAMS$_COMPONENT_STAT_OUT does not reference any database object

SYS.STREAMS$_COMPONENT_STAT_OUT is referenced by following:

SchemaSYS
ViewDBA_STREAMS_TP_COMPONENT_STAT
Package BodyDBMS_STREAMS_ADV_ADM_UTL - show dependent code