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 the method is used to resolve: delete, uniqueness, or update. |
REFERENCE_NAME
|
VARCHAR2(30)
|
NOT NULL
|
The object to which the 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. |
SEQUENCE_NO
|
NUMBER
|
NOT NULL
|
The order that resolution methods are applied, with 1 applied first. |
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)
|
NOT NULL
|
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. |
RESOLUTION_COMMENT
|
VARCHAR2(80)
|
- |
Any user-supplied comments. |