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

ASM Considerations

ASM Considerations

PowerExchange Express CDC for Oracle can capture changes from active and archive redo log files that are managed by Oracle Automatic Storage Management (ASM).
Configure the PowerExchange Express CDC for Oracle reader to connect to ASM instance to read the redo logs. PowerExchange establishes connections to both the ASM instance and Oracle database. The PowerExchange Express CDC log reader connects to the ASM instance based on the ASM_CONNECT_STRING, ASM_USERID, ASM_EPWD or ASM_PASSWORD, and ASM_ASSYSASM parameters that you specify in the READER statement. In the ASM_USERID parameter, specify a user ID that has SYSDBA authority or SYSASM authority. To use SYSASM authority, you must set the ASM_ASSYSASM parameter to Y in the READER statement in the PowerExchange Express CDC configuration file. Because of the required authority level, usually the ASM user ID is different from the following user IDs:
  • If you extract data to PowerExchange Logger for Linux, UNIX, and Windows log files, as recommended:
    • The USERID in the ORAD CAPI_CONNECTION statement in the dbmover.cfg file.
    • The CAPTURE_NODE_UID in the PowerExchange Logger configuration file.
  • If you extract data directly to PowerCenter:
    • The
      User Name
      attribute on the PWX CDC Real Time application connection for the PowerCenter CDC session.
To improve CDC performance, you can run the Express CDC capture process and the PowerExchange Logger on the same node as the ASM instance. Alternatively, you can configure PowerExchange Express CDC to write chunks of redo log to a staging file on the ASM instance. The staging file can then be read by using standard I/O communication. For more information, see Using a Staging File to Optimize CDC Performance in an ASM Environment.
Use the interprocess communication (IPC) protocol for the PowerExchange Express CDC connection to the ASM instance. Ask your Oracle DBA to configure the Oracle listener.ora and tnsnames.ora files for IPC connectivity.

0 COMMENTS

We’d like to hear from you!