Table of Contents

Search

  1. Preface
  2. Introduction to PowerExchange Utilities
  3. createdatamaps - Data Map Creation Utility
  4. DTLCCADW - Adabas PCAT Utility
  5. DTLCUIML - IMS Log Marker Utility
  6. DTLINFO - Release Information Utility
  7. DTLINFOX - Enhanced Release Information Utility
  8. DTLREXE - Remote Execution Utility
  9. DTLUAPPL - Restart Token Utility
  10. DTLUCBRG - Batch Registration Utility
  11. DTLUCDEP - CDEP Maintenance Utility
  12. DTLUCSR2 - IDMS SR2 and SR3 Records Utility
  13. DTLUCUDB - DB2 for Linux, UNIX, and Windows CDC Utility
  14. DTLULCAT and DTLULOGC - IDMS Log Catalog Utilities
  15. DTLURDMO - Data Map Utility
  16. DTLUTSK - Task Control Utility
  17. EDMLUCTR - Log Scan and Print Utility
  18. EDMUOPTS - Service Aid Utility
  19. EDMXLUTL - Event Marker Utility
  20. HOSTENT - TCP/IP Address Reporter Utility
  21. PWXCATMY - MySQL Catalog Utility
  22. PWXUCCLPRT - Print Log Summary Utility
  23. PWXUCDCT - Logger for Linux, UNIX, and Windows Utility
  24. PWXUCREG - Capture Registration Utility
  25. PWXUMAP - Map List Utility
  26. PWXUCRGP - Capture Registrations Print Utility
  27. PWXUDMX - Data Maps Update Time ECSA Memory Utility
  28. PWXUGSK - SSL Reporting Utility
  29. PWXUSSL - PowerExchange SSL Reporting Utility
  30. WRKJRNLCKE- Journal Lock Table Utility for IBM i

Sample Input Creating SAP HANA Triggers

Sample Input Creating SAP HANA Triggers

This sample input shows how to configure the DTLUCBRG utility parameter to create an SQL file that contains the triggers required for a registered SAP HANA database.
Input Parameters to Create SAP HANA Triggers
The following sample input parameters include the DDLFILE parameter for creating an SQL file that can be used to create the triggers and shadow tables for registered SAP HANA tables:
DBTYPE HAN TABLE INFA_SOURCE.* CONDTYPE PART INSTANCE HXE LOCATION node1 LOCATION_CRG node1 LOCATION_DM node1 LOCATION_XDM node1 CRGPREFIX HAN TESTRUN Y STATUS A UID INFA_SOURCE PWD
password
OUTPUT=C:\PCTEST\HANASOURCE.TXT HANOPTS=(DBSERVER=localhost:39045,FULLAUDIT=Y,DDLFILE=C:\SQL Files\localtables.sql) REPLACE N
The HANOPTS parameters generate the SQL statements to create shadow tables and triggers for full-audit CDC tables with the schema INFA_SOURCE and appends them to the to the
localtables.sql
file in the named directory.
Because the TESTRUN parameter is set to Y, the utility only writes the SQL statements to the DDL file and does not attempt execute the SQL.
The OUTPUT parameter causes the utility report output to be written to the HANASOURCE.TXT file.

0 COMMENTS

We’d like to hear from you!