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


TABLE: SYS.STREAMS$_COMPONENT_PROP_IN

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

Temporary Table Details

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

PROP_NAME VARCHAR2 (30)
PROP_VALUE VARCHAR2 (4000)
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
,      PROP_NAME
,      PROP_VALUE
,      SPARE1
,      SPARE2
,      SPARE3
,      SPARE4
FROM SYS.STREAMS$_COMPONENT_PROP_IN;

Dependencies

[top of page]

SYS.STREAMS$_COMPONENT_PROP_IN does not reference any database object

SYS.STREAMS$_COMPONENT_PROP_IN is referenced by following:

SchemaSYS
Package BodyDBMS_STREAMS_ADV_ADM_UTL - show dependent code