Oracle® Database Reference 11g Release 1 (11.1) Part Number B28320-01 |
|
|
View PDF |
ALL_STREAMS_COLUMNS
displays information about the Streams unsupported columns accessible to the current user.
Related View
DBA_STREAMS_COLUMNS
displays information about all Streams unsupported columns in the database.
Column | Datatype | NULL | Description |
---|---|---|---|
OWNER |
VARCHAR2(30) |
Owner of the table | |
TABLE_NAME |
VARCHAR2(30) |
Name of the table | |
COLUMN_NAME |
VARCHAR2(30) |
Name of the column | |
SYNC_CAPTURE_VERSION |
NUMBER |
Version of the synchronous capture that supports this column | |
SYNC_CAPTURE_REASON |
VARCHAR2(39) |
Reason why this column is not supported by synchronous capture | |
APPLY_VERSION |
NUMBER |
Version of apply that supports this column | |
APPLY_REASON |
VARCHAR2(40) |
Reason why this column is not supported by apply |
See Also:
"DBA_STREAMS_COLUMNS"