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


VIEW: SYS.ALL_REPRESOLUTION_METHOD

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

All conflict resolution methods accessible to the user

[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
Query Text

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


SELECT CONFLICT_TYPE
,      METHOD_NAME
FROM SYS.ALL_REPRESOLUTION_METHOD;

Dependencies

[top of page]

SYS.ALL_REPRESOLUTION_METHOD references the following:

SchemaSYSTEM
TableREPCAT$_RESOLUTION_METHOD
SYS.ALL_REPRESOLUTION_METHOD is referenced by following:

SchemaPUBLIC
SynonymALL_REPRESOLUTION_METHOD