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


VIEW: SYS.DBA_STREAMS_NEWLY_SUPPORTED

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

List of tables that are newly supported by Streams capture

[View Source]

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

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


SELECT OWNER
,      TABLE_NAME
,      REASON
,      COMPATIBLE
FROM SYS.DBA_STREAMS_NEWLY_SUPPORTED;

Dependencies

[top of page]

SYS.DBA_STREAMS_NEWLY_SUPPORTED references the following:

SchemaSYS
PL/SQL PackageDBMS_LOGREP_UTIL - show dependent code
View_DBA_STREAMS_NEWLY_SUPTED_10_1
View_DBA_STREAMS_NEWLY_SUPTED_10_2
View_DBA_STREAMS_NEWLY_SUPTED_11_1
View_DBA_STREAMS_NEWLY_SUPTED_11_2
View_DBA_STREAMS_NEWLY_SUPTED_12_1
SYS.DBA_STREAMS_NEWLY_SUPPORTED is referenced by following:

SchemaPUBLIC
SynonymDBA_STREAMS_NEWLY_SUPPORTED
SchemaSYS
ViewALL_STREAMS_NEWLY_SUPPORTED