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


VIEW: SYS.DBA_LOGSTDBY_UNSUPPORTED_TABLE

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

List of all the data tables that are not supported by Logical Standby

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (30)
Schema name of unsupported table
TABLE_NAME VARCHAR2 (30)
Table name of unsupported table
Query Text

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


SELECT OWNER
,      TABLE_NAME
FROM SYS.DBA_LOGSTDBY_UNSUPPORTED_TABLE;

Dependencies

[top of page]

SYS.DBA_LOGSTDBY_UNSUPPORTED_TABLE references the following:

SchemaSYS
TYPELOGSTDBY$SRECS
FunctionLOGSTDBY$TABF
SYS.DBA_LOGSTDBY_UNSUPPORTED_TABLE is referenced by following:

SchemaPUBLIC
SynonymDBA_LOGSTDBY_UNSUPPORTED_TABLE
SynonymLOGSTDBY_UNSUPPORTED_TABLES
SchemaSYS
ViewDBA_LOGSTDBY_EDS_SUPPORTED
View_DBA_XSTREAM_UNSUPPORTED_12_1