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

Order of Writing Extracted Records to the Intermediate Files

Order of Writing Extracted Records to the Intermediate Files

When extracting data from an Oracle RAC source, the Extractor preserves the order of the SCN values for the extracted records in the intermediate files.
Prior to writing a record from an online redo thread to an intermediate file, the Extractor compares the SCN value of this record with the SCN values of the latest records from other redo threads. If records for one or more online redo threads are not available to the Extractor, the Extractor cannot compare the SCN values and process available records. The Extractor then proceeds according to the mode in which it runs:
  • In batch mode, the Extractor stops.
  • In real-time mode, the Extractor tries to determine why the records are not available so that it can continue processing.

0 COMMENTS

We’d like to hear from you!