Oracle® Database Reference 10g Release 2 (10.2) Part Number B14237-02 |
|
|
View PDF |
ALL_STREAMS_UNSUPPORTED
displays information about the tables accessible to the current user that are not supported by Streams in this release of the Oracle Database.
Related View
DBA_STREAMS_UNSUPPORTED
displays information about all tables in the database that are not supported by Streams in this release of the Oracle Database.
Column | Datatype | NULL | Description |
---|---|---|---|
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) |
Indicates whether Streams automatically filters out the object (YES ) or not (NO ) |
See Also:
"DBA_STREAMS_UNSUPPORTED"