COMMENT_ON_conflicttype_RESOLUTION Procedure
 
This procedure updates the RESOLUTION_COMMENT field in the DBA_REPRESOLUTION view for a conflict resolution routine. The procedure that you need to call is determined by the type of conflict that the routine resolves. These procedures must be issued at the master definition site.
 Table 18-47 COMMENT_ON_conflicttype_RESOLUTION Procedures  
The comment is not added at all master sites until the next call to GENERATE_REPLICATION_SUPPORT.
 
Syntax
DBMS_REPCAT.COMMENT_ON_UPDATE_RESOLUTION (
   sname                 IN   VARCHAR2,
   oname                 IN   VARCHAR2,
   column_group          IN   VARCHAR2,
   sequence_no           IN   NUMBER, 
   comment               IN   VARCHAR2);
DBMS_REPCAT.COMMENT_ON_UNIQUE_RESOLUTION (
   sname                 IN   VARCHAR2,
   oname                 IN   VARCHAR2,
   constraint_name       IN   VARCHAR2,
   sequence_no           IN   NUMBER, 
   comment               IN   VARCHAR2);
DBMS_REPCAT.COMMENT_ON_DELETE_RESOLUTION (
   sname                 IN   VARCHAR2,
   oname                 IN   VARCHAR2,
   sequence_no           IN   NUMBER, 
   comment               IN   VARCHAR2);
Parameters
 Table 18-48 COMMENT_ON_conflicttype_RESOLUTION Procedure Parameters  
 
Exceptions
 Table 18-49 COMMENT_ON_conflicttype_RESOLUTION Procedure Exceptions