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


VIEW: SYS.ALL_STREAMS_NEWLY_SUPPORTED

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

List of objects that are newly supported by Streams

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (128)
Owner of the object
TABLE_NAME VARCHAR2 (128)
Name of the object
REASON VARCHAR2 (39)
Reason why the object was not supported in some previous release
COMPATIBLE CHAR (4)
The least compatible setting when this object is supported
Query Text

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


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

Dependencies

[top of page]

SYS.ALL_STREAMS_NEWLY_SUPPORTED references the following:

SchemaSYS
ViewALL_OBJECTS
ViewDBA_STREAMS_NEWLY_SUPPORTED
PL/SQL PackageDBMS_LOGREP_UTIL - show dependent code
PL/SQL PackageXML_SCHEMA_NAME_PRESENT - show dependent code
SYS.ALL_STREAMS_NEWLY_SUPPORTED is referenced by following:

SchemaPUBLIC
SynonymALL_STREAMS_NEWLY_SUPPORTED