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


VIEW: SYS.CDB_LOGSTDBY_EDS_SUPPORTED

Object Details
Object Name: CDB_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 in all containers

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

container id
Query Text

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


SELECT OWNER
,      TABLE_NAME
,      CON_ID
FROM SYS.CDB_LOGSTDBY_EDS_SUPPORTED;

Dependencies

[top of page]

SYS.CDB_LOGSTDBY_EDS_SUPPORTED does not reference any database object

SYS.CDB_LOGSTDBY_EDS_SUPPORTED is referenced by following:

SchemaPUBLIC
SynonymCDB_LOGSTDBY_EDS_SUPPORTED