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

delete schedule

delete schedule

Deletes a replication schedule.

Syntax

delete schedule
schedule_name
[-d] [-f]
The following short form is acceptable:
ds
schedule_name
[-d] [-f]

Parameters

The following table describes the command parameters:
Parameter
Description
schedule_name
The name of the schedule to delete.
-d
Delete the tasks that are included in the schedule.
-f
Stop the schedule before deleting it.

Examples

The following example command deletes the Ora2Ora_daily schedule and all of its tasks:
delete schedule Ora2Ora_daily -d
The following example stops the Ora2Ora_daily schedule and then deletes it:
ds Ora2Ora_daily -f

0 COMMENTS

We’d like to hear from you!