Table of Contents

Search

  1. Preface
  2. Summary of PowerExchange New Features and Changes
  3. PowerExchange Installation and Upgrade
  4. PowerExchange Agent
  5. PowerExchange Client for PowerCenter
  6. PowerExchange Condense
  7. PowerExchange Listener
  8. PowerExchange Logger for Linux, UNIX, and Windows
  9. PowerExchange Navigator
  10. PowerExchange Monitoring and Tuning
  11. PowerExchange Utilities
  12. PowerExchange for Adabas
  13. PowerExchange for CA Datacom
  14. PowerExchange for DB2 for i
  15. PowerExchange for DB2 for Linux, UNIX, and Windows
  16. PowerExchange for DB2 for z/OS
  17. PowerExchange for CA IDMS
  18. PowerExchange for IMS
  19. PowerExchange for Microsoft SQL Server
  20. PowerExchange for MySQL
  21. PowerExchange for Oracle
  22. PowerExchange for PostgreSQL
  23. PowerExchange for VSAM and Flat Files
  24. PowerExchange ODBC

Checkpointing In-flight Transactions

Checkpointing In-flight Transactions

Checkpointing periodically persists the state of in-flight transactions to disk or tables.
In PowerExchange 10.5, support for checkpointing requires EBF01.
If a PowerExchange Express capture process stops and is then warm started, PowerExchange Express CDC uses the checkpoint information to resume the processing of outstanding transactions from the last recorded checkpoint. By using a checkpoint, Express CDC avoids time-consuming reprocessing of large amounts of redo log to rebuild the state of all transactions that were active when the process stopped.
You can store state information for in-flight transactions in file-system files or in three Oracle tables. For file-based storage, ensure that the user ID under which Express CDC runs is granted the appropriate permissions to create the files. For table-based storage, ensure that the database user has the appropriate permissions to create and update the tables. You can manually create the tables or allow Express CDC to automatically create them. The first initialization of a CDC process after checkpointing is enabled causes Express CDC to automatically create the tables if they do not already exist. If you need to manually create the tables, use the DDL statements that are documented in the
PowerExchange CDC Guide for Linux, UNIX, and Windows
to ensure the schema is correct.
To configure checkpointing, you must specify the CHECKPOINT statement and STATESTORAGE statement in the PowerExchange Express CDC configuration file. Optionally, if you want to encrypt the spill files that contain checkpointed data, you can optionally set the SPILLENCRYPTPASS or SPILLENCRYPTEPASS parameter in the OPTIONS statement.
For more information, see the "Express CDC for Oracle" chapter in the
PowerExchange CDC Guide for Linux, UNIX, and Windows
.

0 COMMENTS

We’d like to hear from you!