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


VIEW: SYS.ALL_STREAMS_COLUMNS

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

Streams unsupported 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)
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.ALL_STREAMS_COLUMNS;

Dependencies

[top of page]

SYS.ALL_STREAMS_COLUMNS references the following:

SchemaSYS
ViewALL_OBJECTS
ViewDBA_STREAMS_COLUMNS
PL/SQL PackageXML_SCHEMA_NAME_PRESENT - show dependent code
SYS.ALL_STREAMS_COLUMNS is referenced by following:

SchemaPUBLIC
SynonymALL_STREAMS_COLUMNS