Quick Search:
 
 The Oracle PL/SQL USER_REPRESOLUTION_STATISTICS View      [Return To Index] Jump to:  

Term: USER_REPRESOLUTION_STATISTICS

Definition:
In Oracle, the USER_REPRESOLUTION_STATISTICS dictionary view contains information about all the successfully resolved conflicts for the replicated tables which are owned by the current user. The table stats can be gathered using the DBMS_REPCAT.REGISTER_STATISTICS method call. The structure of the view is shown below.

ONAME [VARCHAR2(30)] - Replicated object group name
CONFLICT_TYPE [VARCHAR2(10)] - Conflict type
REFERENCE_NAME [VARCHAR2(30)] - Table, constraint or column group
METHOD_NAME [VARCHAR2(80)] - Name of conflict resolution method
FUNCTION_NAME [VARCHAR2(92)] - Name of the function for 'user function' method
PRIORITY_GROUP [VARCHAR2(30)] - Priority group name used for conflict resolution method
RESOLVED_DATE [DATE] - Date with timestamp of conflict resolution
PRIMARY_KEY_VALUE [VARCHAR2(2000)] - Primary key of the replicating row.

 
   Home |    Search |    Code Library |    Sponsors |    Privacy |    Terms of Use |    Contact Us © 2003 - 2024 psoug.org