[Home] [Help]
[Dependency Information]
Object Name: | _DBA_STREAMS_TP_COMPONENT_PROP |
---|---|
Object Type: | VIEW |
Owner: | SYS |
Subobject Name: | |
Status: | VALID |
DBA Streams Component Properties
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
COMPONENT_ID | NUMBER | Yes | ID of the Streams Component | |
COMPONENT_NAME | VARCHAR2 | (4000) | Name of the Streams Component | |
COMPONENT_DB | VARCHAR2 | (128) | Database Where the Streams Component Resides | |
COMPONENT_TYPE | VARCHAR2 | (20) | Type of the Streams Component | |
PROP_NAME | VARCHAR2 | (128) | Name of the Property | |
PROP_VALUE | VARCHAR2 | (4000) | Value of the Property |
Cut, paste (and edit) the following text to query this object:
SELECT COMPONENT_ID
, COMPONENT_NAME
, COMPONENT_DB
, COMPONENT_TYPE
, PROP_NAME
, PROP_VALUE
FROM SYS._DBA_STREAMS_TP_COMPONENT_PROP;
|
|
|