RESET_USEREXIT_STATS
Valid For
Extract and Replicat
Description
Use the RESET_USEREXIT_STATS
function to reset the EXIT_STAT_GROUP_USEREXIT
statistics for the Oracle GoldenGate process since the last call to GET_STATISTICS
was processed. This function enables the user exit to control when to reset the group statistics that are returned by the GET_STATISTICS
function, but does not permit any of the other statistics to be reset.
Syntax
#include "usrdecs.h" short result_code; call_callback (RESET_USEREXIT_STATS, NULL, &result_code);
Input
None
Output
None
Return Values
None