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


VIEW: SYS.DBA_STREAMS_COLUMNS

Object Details
Object Name: DBA_STREAMS_COLUMNS
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

Supportability info about streams columns

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (128)
Owner of the object
TABLE_NAME VARCHAR2 (128)
Name of the object
COLUMN_NAME VARCHAR2 (128)
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
Query Text

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
FROM SYS.DBA_STREAMS_COLUMNS;

Dependencies

[top of page]

SYS.DBA_STREAMS_COLUMNS references the following:

SchemaSYS
TableCOL$
TableLOB$
TableLOBCOMPPART$
TableLOBFRAG$
TableMLOG$
TableOBJ$
TableOPQTYPE$
TablePARTOBJ$
TableTAB$
TableUSER$
SYS.DBA_STREAMS_COLUMNS is referenced by following:

SchemaPUBLIC
SynonymDBA_STREAMS_COLUMNS
SchemaSYS
ViewALL_STREAMS_COLUMNS