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

Viewing a List of Processed Database Logs

Viewing a List of Processed Database Logs

Data Replication stores information about the database logs that the Extractor processed for a configuration in the
DataReplication_installation
/configs/
config_name
.db file on the system where you run the Server Manager Main server. In the Data Replication Console, you can view the list of the processed database logs for a configuration.
This feature is useful if you need to safely purge archive or backup logs, without causing incomplete data replication.
  1. On the
    Server Manager
    tab >
    Configs
    view, select a configuration for which to view a list of processed database logs.
  2. Click the
    Processed Logs
    icon button, or right-click the configuration row and click
    Processed Logs
    .
    The following image shows the
    Processed Logs for the Configuration 'config_name'
    dialog box:
    An example Processed Logs for the Configuration 'o2o' dialog box displays a list of processed log files and start and end times for each log file.
  3. View the list of the database logs that the Extractor processed for the configuration.
    For
    Microsoft SQL Server
    sources, the Data Replication Console displays only backup logs. For Oracle sources, the Data Replication Console displays both online and archived redo logs.
    The following table describes the properties of processed logs:
    Property
    Description
    ID
    The sequence number of the processed log file.
    Name
    The name of the processed log file.
    Thread ID
    For Oracle sources, the unique identifier of a redo thread. For other sources, the unique identifier of the database.
    Start time
    The date and time when the Extractor opens an intermediate file that contains records from the processed log file.
    End time
    The date and time when the Extractor closes an intermediate file that contains records from the processed log file.
  4. Click
    OK
    to close the dialog box.

0 COMMENTS

We’d like to hear from you!