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


VIEW: SYS.CDB_LOGSTDBY_UNSUPPORTED_TABLE

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

[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
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_UNSUPPORTED_TABLE;

Dependencies

[top of page]

SYS.CDB_LOGSTDBY_UNSUPPORTED_TABLE does not reference any database object

SYS.CDB_LOGSTDBY_UNSUPPORTED_TABLE is referenced by following:

SchemaPUBLIC
SynonymCDB_LOGSTDBY_UNSUPPORTED_TABLE