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


VIEW: SYS.CDB_REPRESOLUTION_METHOD

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

All conflict resolution methods in the database in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
CONFLICT_TYPE VARCHAR2 (10)
Type of conflict
METHOD_NAME VARCHAR2 (80) Yes Name of the conflict resolution method
CON_ID NUMBER

container id
Query Text

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


SELECT CONFLICT_TYPE
,      METHOD_NAME
,      CON_ID
FROM SYS.CDB_REPRESOLUTION_METHOD;

Dependencies

[top of page]

SYS.CDB_REPRESOLUTION_METHOD does not reference any database object

SYS.CDB_REPRESOLUTION_METHOD is referenced by following:

SchemaPUBLIC
SynonymCDB_REPRESOLUTION_METHOD