User exits for the CDC Replication Engine for Oracle databases

A user exit lets you define a set of actions that CDC Replication can run before or after a database event occurs on a specified table. User exits allow you to customize your environment to meet your business requirements. After compiling the user exit, you can specify the user exit in Management Console.

CDC Replication provides two types of user exits:
  • Stored procedure—This type of user exit is run directly by the database engine and is generally faster at processing database requests.
  • Java class—This type of user exit utilizes the CDC Replication API. Javadocs with interface and class specifications for the API are installed with the product. The Javadocs are located in /<installation_directory>/docs/api. To open the Javadocs in your browser, click index.html.

Sample Java class user exits are also provided with CDC Replication. You can extend or modify these samples to suit your environment.