Table of Contents

Search

  1. Preface
  2. Data Replication Overview
  3. Understanding Data Replication
  4. Sources - Preparation and Replication Considerations
  5. Targets - Preparation and Replication Considerations
  6. Starting the Server Manager
  7. Getting Started with the Data Replication Console
  8. Defining and Managing Server Manager Main Servers and Subservers
  9. Creating and Managing User Accounts
  10. Creating and Managing Connections
  11. Creating Replication Configurations
  12. Materializing Targets with InitialSync
  13. Scheduling and Running Replication Tasks
  14. Implementing Advanced Replication Topologies
  15. Monitoring Data Replication
  16. Managing Replication Configurations
  17. Handling Replication Environment Changes and Failures
  18. Troubleshooting
  19. Data Replication Files and Subdirectories
  20. Data Replication Runtime Parameters
  21. Command Line Parameters for Data Replication Components
  22. Updating Configurations in the Replication Configuration CLI
  23. DDL Statements for Manually Creating Recovery Tables
  24. Sample Scripts for Enabling or Disabling SQL Server Change Data Capture
  25. Glossary

Preparing Oracle Target Systems

Preparing Oracle Target Systems

After you install Informatica Data Replication on an Oracle target system, you must perform several tasks to prepare the system for data replication.
  1. Verify that the Oracle Client is installed. The Data Replication Applier and InitialSync components use the Oracle Client to access the Oracle target tables.
    The Oracle Client version must be equal to or later than the Oracle target database version.
  2. To convert character sets between Oracle sources and Oracle targets, define the NLS_LANG parameter on the systems where you run the Applier and InitialSync tasks. Set this parameter to match the source character set.
  3. Verify that the ORACLE_HOME environment variable is defined and that the PATH environment variable includes the ORACLE_HOME\bin directory. Also, verify that an ORACLE_SID environment variable is defined for Oracle source instance.
  4. Disable Automatic Diagnostic Repository (ADR) for Data Replication sessions with the Oracle target so that the Applier or InitialSync can generate a core file if a fatal error occurs.
    To disable ADR, add the following parameters to the sqlnet.ora configuration file:
    DIAG_ADR_ENABLED=OFF DIAG_DDE_ENABLED=FALSE DIAG_SIGHANDLER_ENABLED=FALSE
    By default, the sqlnet.ora configuration file is located in the ORACLE_HOME\network\admin directory.
    To disable ADR for Data Replication sessions only, copy the sqlnet.ora file to the
    DataReplication_installation
    directory and disable ADR in this sqlnet.ora file. Then use the TNS_ADMIN environment variable in an environment variables list to point to the
    DataReplication_installation
    directory.
  5. Create a database user for connecting to Oracle targets. See Creating a Database User for Connecting to Oracle Targets.
  6. Configure database user privileges. See Configuring Database User Privileges for Oracle Targets.

0 COMMENTS

We’d like to hear from you!