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


VIEW: SYS.DBA_LOGSTDBY_EDS_TABLES

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

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

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (128) Yes Schema name of supported table
TABLE_NAME VARCHAR2 (128) Yes Table name of supported table
CTIME TIMESTAMP(6) (11)
Time that table had EDS added
Query Text

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


SELECT OWNER
,      TABLE_NAME
,      CTIME
FROM SYS.DBA_LOGSTDBY_EDS_TABLES;

Dependencies

[top of page]

SYS.DBA_LOGSTDBY_EDS_TABLES references the following:

SchemaSYSTEM
TableLOGSTDBY$EDS_TABLES
SYS.DBA_LOGSTDBY_EDS_TABLES is referenced by following:

SchemaPUBLIC
SynonymDBA_LOGSTDBY_EDS_TABLES
SchemaSYS
Package BodyDBMS_INTERNAL_LOGSTDBY - show dependent code