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


VIEW: SYS.CDB_STREAMS_NEWLY_SUPPORTED

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

List of tables that are newly supported by Streams capture in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (30)
Owner of the table
TABLE_NAME VARCHAR2 (30)
Name of the table
REASON VARCHAR2 (39)
Reason why the table was not supported in some previous release
COMPATIBLE CHAR (4)
The latest compatible setting when this table was unsupported
CON_ID NUMBER

container id
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT OWNER
,      TABLE_NAME
,      REASON
,      COMPATIBLE
,      CON_ID
FROM SYS.CDB_STREAMS_NEWLY_SUPPORTED;

Dependencies

[top of page]

SYS.CDB_STREAMS_NEWLY_SUPPORTED does not reference any database object

SYS.CDB_STREAMS_NEWLY_SUPPORTED is referenced by following:

SchemaPUBLIC
SynonymCDB_STREAMS_NEWLY_SUPPORTED