Change Data Capture (CDC) is a tracking mechanism that enables applications to determine the changes made to user tables in a database. The changes that result from INSERT, UPDATE, and DELETE operations in a user table are tracked, captured and stored in relational tables called change tables. These change tables provide a view of historical data that has been changed over time.
Using CDC in OpenEdge, you can choose individual fields of a table for which you want to capture the changes and publish the data to an external data source. Thus avoiding replication of the entire database and resulting in better management of the captured data.
To manage CDC in a database, OpenEdge Management allows you to define CDC policies for tables and fields of that database. You can manage CDC table and field policies from the Database Administration page of OpenEdge Management. Before creating any CDC policies, ensure that the database is CDC enabled.
For managing Change Data Capture using Database tools, see OpenEdge Development: Basic Database Tools.
For Change Data Capture API references, see OpenEdge Development: Programming Interfaces.