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

Term: ALL_REPPARAMETER_COLUMN

Definition:
In Oracle PL/SQL, the ALL_REPPARAMETER_COLUMN dictionary view contains information about the columns which are used to resolve the conflicts for the replicating tables, which can be accessed by the current user.

The structure of the view is shown below.

SNAME [VARCHAR2(30)] - Schema name containing the replicating object
ONAME [VARCHAR2(30)] - Replicating object 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)] - Name of priority group for 'priority group' method
PARAMETER_TABLE_NAME [VARCHAR2(30)] - Table name to which parameter column belongs
PARAMETER_COLUMN_NAME [VARCHAR2(4000)] - Column used in parameter list for conflict resolution method
PARAMETER_SEQUENCE_NO [NUMBER] - Sequence of column in the parameter list.

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