Table of Contents

Search

  1. Preface
  2. Data Replication Overview
  3. Installing Data Replication
  4. Preparing Source and Target Systems
  5. Replication Basic Concepts
  6. InitialSync Processing
  7. Extractor and Applier Processing
  8. DDL Replication
  9. Recovery and Checkpoint Processing
  10. Configuring the Server Manager
  11. Creating Replication Configurations in the Data Replication Console
  12. Managing Replication Configurations
  13. Running Data Replications
  14. Configuring Selected Replication Types
  15. Monitoring Data Replication
  16. Maintaining the Replication Environment
  17. Troubleshooting
  18. Data Replication Files and Subdirectories
  19. Data Replication Runtime Parameters
  20. InitialSync, Extractor, and Applier Command Line Parameters
  21. Server Manager Command Line Parameters
  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

Cleaning Replication-Related Information

Cleaning Replication-Related Information

In the Data Replication Console, you can use the
Clean
option to remove replication processing information for all replication tasks that are associated with a replication configuration.
A clean operation removes the following information about a configuration:
  • Intermediate files
    The clean operation deletes intermediate files regardless of the values for the following Server Manager advanced properties: IntermediateFilesDeleteLatency and NotDeleteIntermediateFiles. For more information about these properties, see Editing Properties for the Main Server or a Subserver.
  • Checkpoint information
  • Information about previous configuration revisions
  • Service information that the replication tasks added to the configuration
  • Information about open transactions and processed database logs
A clean operation does not remove replication configuration settings such as the source and target connection information, the connection to the recovery table, and the location of the source database logs.
After a clean operation, the Extractor and Applier tasks associated with the configuration appear as if they have never run. If you start the replication tasks, extraction processing begins back at the default Start SCN value. Also, the Sync SCN is set to the last SCN value that the Applier used for the configuration.
  1. On the
    Server Manager
    tab >
    Configs
    view, select the configuration that you want to clean.
  2. Right-click the configuration row and click
    Clean
    , or click the
    Clean
    icon button on the Replication Configurations toolbar.
    The Data Replication Console prompts you to confirm the operation.
  3. Click
    Yes
    .

0 COMMENTS

We’d like to hear from you!