Skip to main content Skip to complementary content
Close announcements banner

Step 4: Subscribe to the source table and activate the subscription

About this task

You must specify the table that the subscriber wants to subscribe to and then activate the subscription.

Procedure

  1. Right-click the relevant schema of the source table and select add CDC. The Create Subscriber and Execute SQL Script dialog box appears.
    Information noteWarning: The source table to be monitored should have a primary key so that the CDC system can identify the rows on which changes have been made. You cannot set up a CDC environment if your source table schema does not have a primary key.
    Information noteNote: For Oracle databases, the CDC system creates an alias for the source table(s) monitored. This helps to avoid problems due to the length of identifiers upon creation of the change table and its associated view. For CDC systems which are already set up, the table names are retained.
  2. In the Create Subscriber and Execute SQL Script dialog box, check the event(s) you want to catch: Insert, Update or Delete.
  3. Click Execute to run the SQL script displayed and then click Close to close the dialog box.
    In the CDC Foundation folder, the catch table schemas and the corresponding view schemas appear.
  4. To view any data changes made to the source table, right-click the table in the Table schemas folder and select View All Changes to open the View All Changes dialog box.
    Overview of the View All Changes dialog box.
  5. Click Finish to close the dialog box.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!