Create CDC Policies
- Last Updated: June 14, 2019
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Capturing data with CDC requires you to create policies that define the tables and fields that are tracked, and the amount of change recorded. There are two ways to create policies:
- Create Policies with the Database Administration Console of
OpenEdge Management or OpenEdge Explorer
The Database Administration Console provides you with a graphical user interface to define policies. For more information see, Manage Database Change Data Capture with OpenEdge Management or the online help for details.
- ABL API
The ABL API for CDC is a set of ABL user-defined classes and interfaces that enables you to access and update the schema of a database without having to know the details of the ABL API. To make your task easier, OpenEdge enables you to generate a CDC policy program as a template that you can modify to create CDC policies. To generate this program, you must have at least one existing CDC policy for a source table. For more information see, OpenEdge Programming Interfaces for details.