Table of Contents

Search

  1. Preface
  2. Part 1: PowerExchange CDC Introduction
  3. Part 2: PowerExchange CDC Components
  4. Part 3: PowerExchange CDC Data Sources
  5. Part 4: Change Data Extraction
  6. Part 5: Monitoring and Tuning
  7. Appendix A: DTL__CAPXTIMESTAMP Time Stamps

CDC Guide for Linux, UNIX, and Windows

CDC Guide for Linux, UNIX, and Windows

Manually Creating the Log Tables

Manually Creating the Log Tables

When PowerExchange for SAP HANA CDC starts, it uses the SAP HANA CDC user ID to connect to the source database and checks for the PKLOG and PROCESSED tables. If these tables do not exist, PowerExchange creates them using the SAP HANA user's schema.
If you prefer, you can connect to the database with the SAP HANA CDC user ID and create the tables manually, with the following commands:
CREATE COLUMN TABLE PKLOG (…); CREATE COLUMN TABLE PROCESSED (…);

0 COMMENTS

We’d like to hear from you!