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


VIEW: SYS.ALL_STREAMS_UNSUPPORTED

Object Details
Object Name: ALL_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

[View Source]

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

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


SELECT OWNER
,      TABLE_NAME
,      REASON
,      AUTO_FILTERED
FROM SYS.ALL_STREAMS_UNSUPPORTED;

Dependencies

[top of page]

SYS.ALL_STREAMS_UNSUPPORTED references the following:

SchemaSYS
ViewALL_OBJECTS
ViewDBA_STREAMS_UNSUPPORTED
PL/SQL PackageDBMS_LOGREP_UTIL - show dependent code
PL/SQL PackageXML_SCHEMA_NAME_PRESENT - show dependent code
SYS.ALL_STREAMS_UNSUPPORTED is referenced by following:

SchemaPUBLIC
SynonymALL_STREAMS_UNSUPPORTED