| Oracle® Database Reference 11g Release 2 (11.2) Part Number E25513-03 | 
 | 
| 
 | PDF · Mobi · ePub | 
ALL_STREAMS_COLUMNS displays information about the Streams unsupported columns accessible to the current user.
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"