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


VIEW: SYS.CDB_REPL_DBNAME_MAPPING

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

Details about the database name mapping in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
SOURCE_ROOT_NAME VARCHAR2 (128)
The fully qualified global name of the root container in a consolidated database where the LCRs originated
SOURCE_DATABASE_NAME VARCHAR2 (128)
The fully qualified global name of the database where the LCRs originated
SOURCE_CONTAINER_NAME VARCHAR2 (30)
The short container name of the database where the LCRs originated
CON_ID NUMBER

container id
Query Text

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


SELECT SOURCE_ROOT_NAME
,      SOURCE_DATABASE_NAME
,      SOURCE_CONTAINER_NAME
,      CON_ID
FROM SYS.CDB_REPL_DBNAME_MAPPING;

Dependencies

[top of page]

SYS.CDB_REPL_DBNAME_MAPPING does not reference any database object

SYS.CDB_REPL_DBNAME_MAPPING is referenced by following:

SchemaPUBLIC
SynonymCDB_REPL_DBNAME_MAPPING