[Home] [Help]
[Dependency Information]
| Object Name: | CDB_STREAMS_COLUMNS |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
Supportability info about streams columns in all containers
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| OWNER | VARCHAR2 | (30) | Owner of the object | |
| TABLE_NAME | VARCHAR2 | (30) | Name of the object | |
| COLUMN_NAME | VARCHAR2 | (30) | Name of the column | |
| SYNC_CAPTURE_VERSION | NUMBER | Version of sync capture which supports this column | ||
| SYNC_CAPTURE_REASON | VARCHAR2 | (39) | Reason why this column is not supported by sync capture | |
| APPLY_VERSION | NUMBER | Version of apply which supports this column | ||
| APPLY_REASON | VARCHAR2 | (40) | Reason why this column is not supported by apply | |
| CON_ID | NUMBER | container id |
Cut, paste (and edit) the following text to query this object:
SELECT OWNER
, TABLE_NAME
, COLUMN_NAME
, SYNC_CAPTURE_VERSION
, SYNC_CAPTURE_REASON
, APPLY_VERSION
, APPLY_REASON
, CON_ID
FROM SYS.CDB_STREAMS_COLUMNS;
SYS.CDB_STREAMS_COLUMNS does not reference any database object
SYS.CDB_STREAMS_COLUMNS is referenced by following:
PUBLIC
CDB_STREAMS_COLUMNS
|
|
|
|