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


VIEW: SYS.CDB_STREAMS_TP_COMPONENT

Object Details
Object Name: CDB_STREAMS_TP_COMPONENT
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

DBA Streams Component in all containers

[View Source]

Columns
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
COMPONENT_CHANGED_TIME DATE

Time That the Component Was Last Changed by a DDL
CON_ID NUMBER

container id
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT COMPONENT_ID
,      COMPONENT_NAME
,      COMPONENT_DB
,      COMPONENT_TYPE
,      COMPONENT_CHANGED_TIME
,      CON_ID
FROM SYS.CDB_STREAMS_TP_COMPONENT;

Dependencies

[top of page]

SYS.CDB_STREAMS_TP_COMPONENT does not reference any database object

SYS.CDB_STREAMS_TP_COMPONENT is referenced by following:

SchemaPUBLIC
SynonymCDB_STREAMS_TP_COMPONENT