Table of Contents

Search

  1. Preface
  2. Overview of the Server Manager Command Line Interface
  3. Usage Scenario: Using Server Manager CLI Commands to Run Replications
  4. Command Reference

Command Line Interface for the Server Manager

Command Line Interface for the Server Manager

show processed logs

show processed logs

Displays a list of the database logs that the Extractor processed for a configuration.
For
Microsoft SQL Server
sources, the Server Manager CLI displays only backup logs.
For Oracle sources, the Server Manager CLI displays both online and archived redo logs.

Syntax

Enter the command with the configuration name:
show processed logs
configuration_name
spl
configuration_name

Parameters

The following table describes the command parameter:
Parameter
Description
configuration_name
The name of the replication configuration for which you want to list the processed logs.

Examples

The following example command displays the list of processed logs for the configuration named oracle2oracle:
show processed logs oracle2oracle

Sample Output

ID Name Thread ID Start time End time 18 O1_MF_1_18_9N4YJJ4F_.ARC 1 Apr 24, 2014 12:24:04 PM Apr 24, 2014 12:28:00 PM 19 O1_MF_1_19_9N5SR9BJ_.ARC 1 Apr 24, 2014 12:24:04 PM Apr 24, 2014 12:28:00 PM 20 O1_MF_1_20_9N5VFXPH_.ARC 1 Apr 24, 2014 12:24:04 PM Apr 24, 2014 12:28:00 PM 21 O1_MF_1_21_9N6HMB5V_.ARC 1 Apr 24, 2014 12:24:04 PM Apr 24, 2014 12:28:00 PM 22 O1_MF_1_22_9N7DQMD7_.ARC 1 Apr 24, 2014 12:24:04 PM Apr 24, 2014 12:28:00 PM 23 O1_MF_1_23_9N7JJ34K_.ARC 1 Apr 24, 2014 12:24:04 PM Apr 24, 2014 12:28:00 PM
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.

0 COMMENTS

We’d like to hear from you!