SNAME
|
VARCHAR2(30)
|
NOT NULL
|
The name of the replicated schema. |
ONAME
|
VARCHAR2(30)
|
NOT NULL
|
The name of the replicated table. |
CONFLICT_TYPE
|
VARCHAR2(10)
|
- |
The type of conflict that was successfully resolved: delete, uniqueness, or update. |
REFERENCE_NAME
|
VARCHAR2(30)
|
NOT NULL
|
The object to which the conflict resolution method applies. For delete conflicts, this is the table name. For uniqueness conflicts, this is the constraint name. For update conflicts, this is the column group name. |
METHOD_NAME
|
VARCHAR2(80)
|
NOT NULL
|
The name of an Oracle-supplied conflict resolution method. For user-supplied methods, this value is 'user function'. |
FUNCTION_NAME
|
VARCHAR2(92)
|
- |
For methods of type 'user function', the name of the user supplied conflict resolution method. |
PRIORITY_GROUP
|
VARCHAR2(30)
|
- |
For methods of type 'priority group', the name of the priority group. |
RESOLVED_DATE
|
DATE
|
NOT NULL
|
Date on which the conflict for this row was resolved. |
PRIMARY_KEY_VALUE
|
VARCHAR2(2000)
|
NOT NULL
|
A concatenated representation of the row's primary key. |