The command is used to report the details on the tables' data changes (DML, DDL and Initial load operations) for a given process. The command is valid for both Capture and Apply Processes.
CLI Syntax:
repcli report process=apply|capture id=processID [from lsn=FROM_LSN until lsn=UNTIL_LSN | from time="yyyy/mm/dd hh24:mi:ss.fff" until time="yyyy/mm/dd hh24:mi:ss.fff"]
The input parameters are:
Note - For the running process the command can be involved without providing time or LSN parameters. This is used to show all the changes handled by a Process since it has been started.
REST API:
Server response:
The following example demonstrates how to run the “report” command to view the details of the Capture Process id=4:
[http://localhost:8796/] repcli>report process=capture id=4
The command output:
The following example demonstrates how to run the command to get data for the given time range:
[http://localhost:8796/] repcli>report process=capture id=4 from time="2024/11/20 18:06:07.775" until time="2024/11/20 18:06:08.050"
The following example demonstrates how to view changes of the transaction with LSN=0x0000012C0000041C0003:
[http://localhost:8796/] repcli>report process=capture id=4 from lsn=0x0000012C0000041C0003 until lsn=0x0000012C0000041C0003
Prev page:
Reset Apply ProcessNext page:
REPSTANCE WEB USER INTERFACE