The “reset” command can only be used for an Apply Process – it is used where there is a need to force the Apply Process to start from specific LSN/SCN or after some LSN/SCN.
It is primarily used to “Set” or “Change” the “Startpoint” for an Apply Process.
CLI Syntax:
repcli reset process=apply id=applyID LSN=LSN skip={0|1}
The input parameters are:
REST API:
Server response:
The following example demonstrates how to reset an Apply Process to start from the first transaction found, after LSN = 0x000000450000007B0004:
repcli reset process=apply id=1 lsn=0x000000450000007B0004 skip=1
The following example demonstrates how to reset an Apply Process to start using the transactions from the LSN = 0x000000450000007F0004:
repcli reset process=apply id=1 lsn=0x000000450000007F0004 skip=0
Prev page:
Status of any Capture or Apply ProcessesNext page:
Report Process