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


VIEW: SYS.USER_REPRESOLUTION

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

Description of all conflict resolutions for user's replicated tables

[View Source]

Columns
Name Datatype Length Mandatory Comments
ONAME VARCHAR2 (128) Yes Name of the replicated object
CONFLICT_TYPE VARCHAR2 (10)
Type of conflict
REFERENCE_NAME VARCHAR2 (128) Yes Table name, unique constraint name, or column group name
SEQUENCE_NO NUMBER
Yes Ordering on resolution
METHOD_NAME VARCHAR2 (80) Yes Name of the conflict resolution method
FUNCTION_NAME VARCHAR2 (386) Yes Name of the resolution function
PRIORITY_GROUP VARCHAR2 (30)
Name of the priority group used in conflict resolution
RESOLUTION_COMMENT VARCHAR2 (80)
Description of the conflict resolution
Query Text

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


SELECT ONAME
,      CONFLICT_TYPE
,      REFERENCE_NAME
,      SEQUENCE_NO
,      METHOD_NAME
,      FUNCTION_NAME
,      PRIORITY_GROUP
,      RESOLUTION_COMMENT
FROM SYS.USER_REPRESOLUTION;

Dependencies

[top of page]

SYS.USER_REPRESOLUTION references the following:

SchemaSYS
TableUSER$
SchemaSYSTEM
TableREPCAT$_RESOLUTION
SYS.USER_REPRESOLUTION is referenced by following:

SchemaPUBLIC
SynonymUSER_REPRESOLUTION