[Home] [Help]
[Dependency Information]
| Object Name: | _DBA_STREAMS_COMPONENT |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
DBA Streams Component
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| COMPONENT_NAME | VARCHAR2 | (4000) | Name of the streams component | |
| COMPONENT_DB | VARCHAR2 | (4000) | Database on which the streams component resides | |
| COMPONENT_TYPE | NUMBER | Type of the streams component | ||
| COMPONENT_PROPERTY | NUMBER | Properties of the streams component | ||
| COMPONENT_CHANGED_TIME | TIMESTAMP(6) | (11) | Time that the streams component was last changed by a DDL | |
| SPARE1 | NUMBER | |||
| SPARE2 | NUMBER | |||
| SPARE3 | VARCHAR2 | (0) | ||
| SPARE4 | DATE |
Cut, paste (and edit) the following text to query this object:
SELECT COMPONENT_NAME
, COMPONENT_DB
, COMPONENT_TYPE
, COMPONENT_PROPERTY
, COMPONENT_CHANGED_TIME
, SPARE1
, SPARE2
, SPARE3
, SPARE4
FROM SYS._DBA_STREAMS_COMPONENT;
SYS
DBA_APPLY
GLOBAL_NAME
OBJ$
STREAMS$_CAPTURE_PROCESS
STREAMS$_PROCESS_PARAMS
STREAMS$_PROPAGATION_PROCESS
USER$
XSTREAM$_SERVER
SYSTEM
AQ$_QUEUES
AQ$_QUEUE_TABLES
PUBLIC
_DBA_STREAMS_COMPONENT
SYS
DBMS_STREAMS_ADV_ADM_UTL_INVOK
- show dependent code
|
|
|
|