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


VIEW: SYS.CDB_STREAMS_UNSUPPORTED

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

List of all the tables that are not supported by Streams in this release in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (30)
Owner of the table
TABLE_NAME VARCHAR2 (30)
Name of the table
REASON VARCHAR2 (39)
Reason why the table is not supported
AUTO_FILTERED VARCHAR2 (3)
Does Streams automatically filter out this object
CON_ID NUMBER

container id
Query Text

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


SELECT OWNER
,      TABLE_NAME
,      REASON
,      AUTO_FILTERED
,      CON_ID
FROM SYS.CDB_STREAMS_UNSUPPORTED;

Dependencies

[top of page]

SYS.CDB_STREAMS_UNSUPPORTED does not reference any database object

SYS.CDB_STREAMS_UNSUPPORTED is referenced by following:

SchemaPUBLIC
SynonymCDB_STREAMS_UNSUPPORTED