Quick Search:
 
 The Oracle PL/SQL ALL_REPCONFLICT Keyword      [Return To Index] Jump to:  

Term: ALL_REPCONFLICT

Definition:
In Oracle PL/SQL, the ALL_REPCONFLICT view maintains all conflicts along with the resolution methods for the replicating tables, which can be accessed by the current user.

The structure of the ALL_REPCONFLICT view is as below.

SNAME [VARCHAR2(30)] - Schema containing the replicated table.
ONAME [VARCHAR2(30)] - Table name for which a conflict resolution method has been defined.
CONFLICT_TYPE [VARCHAR2(10)] - Conflict type method used to resolve (delete, uniqueness, or update)
REFERENCE_NAME [VARCHAR2(30)] - Object type to which the conflict method is applied. Note that the object type is table for the delete conflicts; it is constraint for the uniqueness conflict; it is column group for the update conflicts.


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