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


VIEW: SYS.CDB_LOGSTDBY_EDS_TABLES

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

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

[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
CON_ID NUMBER

container id
Query Text

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


SELECT OWNER
,      TABLE_NAME
,      CTIME
,      CON_ID
FROM SYS.CDB_LOGSTDBY_EDS_TABLES;

Dependencies

[top of page]

SYS.CDB_LOGSTDBY_EDS_TABLES does not reference any database object

SYS.CDB_LOGSTDBY_EDS_TABLES is referenced by following:

SchemaPUBLIC
SynonymCDB_LOGSTDBY_EDS_TABLES