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

Data Replication Usage Scenarios

Data Replication Usage Scenarios

You can use Data Replication in many scenarios where you need to replicate table inserts, updates, and deletes and metadata between homogeneous database systems or heterogeneous database systems.
The following list describes some common Data Replication usage scenarios:
Offload query processing to a less busy system
If you need to query tables in a production database that is on a source system with resource restrictions, use Data Replication to replicate data in near real time to another less expensive system. You can then run read-only queries against the data on the less-expensive system. By offloading query activity, you can reduce the load on a busy source production system to meet its high availability requirements.
For example, you could replicate Oracle data to a PostgreSQL server and run queries against the data on the PostgreSQL system. Data Replication is also useful in many other load-balancing scenarios.
Provide up-to-date data for operational reporting
If you need current analytics from transactional applications on a production system to make tactical business decisions or provide business transparency, use Data Replication to replicate data in near real time to an operational data store (ODS) on another system. You can then use the ODS to get detailed information about your customers, business operations, and business trends.
Generate audit records for OLTP systems
With Data Replication, you can perform near-real-time auditing of a database, which is critical for compliance with regulatory requirements. Audit information includes the before and after images of data, the time at which the data was changed, and the SQL operation type. You can use audit information to identify patterns of user activity or develop an alert tracking system for fraud detection.
Migrate databases with minimal down time
Use Data Replication, optionally in combination with Informatica Fast Clone, as a fast database migration solution. Data Replication works in a heterogeneous environment which enables the migration of data from various databases running on different hardware and operating systems. Minimal downtime results in minimal disruption to mission-critical applications and production systems. If necessary, you can replicate data back to an older system for fallback purposes.

0 COMMENTS

We’d like to hear from you!