Definition:
In Oracle, the USER_REPCONFLICT view maintains all conflicts along with the resolution methods for the replicating tables which are owned by the current user. The structure of the USER_REPCONFLICT view is shown below.
ONAME [VARCHAR2(30)] - Table name for which a conflict resolution method has been defined.
CONFLICT_TYPE [VARCHAR2(10)] - Conflict type method used to resolve (delete, uniqueness, or update)
REFERENCE_NAME [VARCHAR2(30)] - Object type to which the conflict method is applied. Note that the object type is the table for DELETE conflicts; it is the constraint for uniqueness conflict; and it is the column group for the UPDATE conflicts.