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

Term: USER_REPRESOLUTION

Definition:
In Oracle, the USER_REPRESOLUTION dictionary view maintains the methods to resolve transaction conflicts (delete, update, or uniqueness) for each table which is owned by the current user. 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
SEQUENCE_NO [NUMBER] - Order of application of resolution
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
RESOLUTION_COMMENT [VARCHAR2(80)] - User comments on conflict resolution

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