logdump>filter match all
|
logdump>scanfortime
|
logdump>count
|
logdump>save ## records
|
logdump>quit
|
- Once the file is created from LogDump, the Insert Operations can be changed to Delete Operations using the
|
"Reverse" application.
|
- Run Reverse from the command prompt:
|
>reverse ,
|
The Replicat Parameter File will need the following parameters:
|
MAXTRANSOPS 1
|
HANDLECOLLISIONS
|
- MAXTRANSOPS splits transactions overriding Transaction Boundaries
|
- HANDLECOLLISIONS will cause Replicat to ignore Delete Collisions, i.e. Delete Operation for rows that do not
|
exist in the Target Database
|
- Add the Replicat using the new file as Input
|
ggsci> add replicat , extfile , nodbcheckpoint
|
ggsci> start replicat
|
ggsci> stop replicat
|
N.B. If the user intends to use REVERSE for more than just INSERTS, certain restrictions (requirements) apply
|
1) you will need to add supplemental logging to all columns
|
2) you will need to use NOCOMPRESSUPDATES and NOCOMPRESSDELETES
|
3) you will need to use GETUPDATEBEFORES |