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


VIEW: SYS.DBA_LOGSTDBY_EDS_SUPPORTED

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

List of all tables that could have EDS-based replication for Logical Standby

[View Source]

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

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


SELECT OWNER
,      TABLE_NAME
FROM SYS.DBA_LOGSTDBY_EDS_SUPPORTED;

Dependencies

[top of page]

SYS.DBA_LOGSTDBY_EDS_SUPPORTED references the following:

SchemaSYS
TableCDEF$
ViewDBA_LOGSTDBY_UNSUPPORTED_TABLE
ViewDBA_TAB_COLS
TYPELOGSTDBY$SRECS
FunctionLOGSTDBY$TABF
TableOBJ$
TableTAB$
TableUSER$
SYS.DBA_LOGSTDBY_EDS_SUPPORTED is referenced by following:

SchemaPUBLIC
SynonymDBA_LOGSTDBY_EDS_SUPPORTED
SchemaSYS
Package BodyDBMS_INTERNAL_LOGSTDBY - show dependent code