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


VIEW: SYS.DBA_STREAMS_UNSUPPORTED

Object Details
Object Name: DBA_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 table
TABLE_NAME VARCHAR2 (128)
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
Query Text

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


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

Dependencies

[top of page]

SYS.DBA_STREAMS_UNSUPPORTED references the following:

SchemaSYS
PL/SQL PackageDBMS_LOGREP_UTIL - show dependent code
View_DBA_STREAMS_UNSUPPORTED_10_1
View_DBA_STREAMS_UNSUPPORTED_10_2
View_DBA_STREAMS_UNSUPPORTED_11_1
View_DBA_STREAMS_UNSUPPORTED_11_2
View_DBA_STREAMS_UNSUPPORTED_12_1
View_DBA_STREAMS_UNSUPPORTED_9_2
SYS.DBA_STREAMS_UNSUPPORTED is referenced by following:

SchemaPUBLIC
SynonymDBA_STREAMS_UNSUPPORTED
SchemaSYS
ViewALL_STREAMS_UNSUPPORTED
Package BodyDBMS_STREAMS_ADM_UTL - show dependent code