ALTER_CATCHUP_PARAMETERS Procedure
 
This procedure alters the values for the following parameters stored in the DBA_REPEXTENSIONS data dictionary view:
- percentage_for_catchup_mdef
- cycle_seconds_mdef
- percentage_for_catchup_new
- cycle_seconds_new
These parameters were originally set by the ADD_NEW_MASTERS procedure. The new values you specify for these parameters are used during the remaining steps in the process of adding new master sites to a master group. These changes are only to the site at which it is executed. Therefore, it must be executed at each master site, including the master definition site, if you want to alter parameters at all sites.
 
 
Syntax
DBMS_REPCAT.ALTER_CATCHUP_PARAMETERS (
   extension_id                  IN    RAW,   
   percentage_for_catchup_mdef   IN    BINARY_INTEGER  := NULL,
   cycle_seconds_mdef            IN    BINARY_INTEGER  := NULL,    
   percentage_for_catchup_new    IN    BINARY_INTEGER  := NULL,    
   cycle_seconds_new             IN    BINARY_INTEGER  := NULL);
Parameters
 Table 18-15 ALTER_CATCHUP_PARAMETERS Procedure Parameters  
 
Exceptions
 Table 18-16 ALTER_CATCHUP_PARAMETERS Procedure Exceptions