Table of Contents

Search

  1. Preface
  2. Summary of PowerExchange New Features and Changes
  3. PowerExchange Installation and Upgrade
  4. PowerExchange Client for PowerCenter
  5. PowerExchange Condense
  6. PowerExchange Listener
  7. PowerExchange Logger for Linux, UNIX, and Windows
  8. PowerExchange Logger for z/OS
  9. PowerExchange Navigator
  10. PowerExchange Monitoring and Tuning
  11. PowerExchange Utilities
  12. PowerExchange for Adabas
  13. PowerExchange for DB2 for i
  14. PowerExchange for DB2 for Linux, UNIX, and Windows
  15. PowerExchange for DB2 for z/OS
  16. PowerExchange for IMS
  17. PowerExchange for Microsoft SQL Server
  18. PowerExchange for MySQL
  19. PowerExchange ODBC
  20. PowerExchange for Oracle
  21. PowerExchange for PostgreSQL
  22. PowerExchange for SAP HANA
  23. PowerExchange for VSAM and Flat Files

DBMOVER Configuration File

DBMOVER Configuration File

The DBMOVER configuration file contains the following changed statement:
PG CAPI_CONNECTION
Changed
. PowerExchange 10.5.2 adds the CAPTUREALL parameter to the PG CAPI_CONNECTION statement. Syntax is:
CAPI_CONNECTION=(NAME=
capi_connection_name
 ,TYPE=(PG ,SERVER={
database_server
|
localhost
}[,
port
] [
,CAPTUREALL={Y|
N
}]
,DATABASE=
database_name
)
CAPTUREALL={
N
|Y}
New
. This optional parameter controls whether PowerExchange captures and stores change data for all tables in the source database or only for the tables that are registered for CDC. Use this parameter to limit the amount of data that is stored in the replication store table to only the data from registered source tables.
Options are:
  • N
    . Store captured DML changes only for registered source tables in the replication store table. Use this option to limit the amount of data that is collected and stored in the store table.
  • Y
    . Store all DML changes captured from the source database, including changes for unregistered tables, in the replication store table. This setting is not recommended because it can cause more data than is needed for CDC processing to be stored in the replication store table.
Default is N.
For more information, see the "DBMOVER Configuration File" chapter in the
PowerExchange Reference Manual
.

0 COMMENTS

We’d like to hear from you!