Home | Previous Page | Next Page   Appendix A. Command-Line Utility Reference >

cdr delete replicateset

The cdr delete replicateset command deletes a replicate set.

Syntax

Read syntax diagramSkip visual syntax diagram>>-cdr delete replicateset--+-------------------------+--------->
                            |                    (1)  |
                            '-| Connect Option |------'
 
   .----------.
   V          |
>----repl_set-+------------------------------------------------><
 
Notes:
  1. See page Connect Option.
Element Purpose Restrictions Syntax
repl_set Name of replicate set to delete The replicate set must exist. Long Identifiers

Usage

The cdr delete replicateset command deletes the exclusive or non-exclusive replicate set repl_set from the global catalog.

The cdr delete replicateset command does not affect the replicates or associated data. When a replicate set is deleted, the individual replicates within the replicate set are unchanged.

Warning:
Do not delete time-based exclusive replicate sets. Doing so might result in inconsistent data.
Warning:
Avoid deleting a replicate set and immediately re-creating it with the same name. If you re-create the objects immediately (before the operation finishes propagating to the other Enterprise Replication database servers in the network), failures might occur in the Enterprise Replication system at the time of the operation or later. For more information, see Operational Considerations.

Examples

The following example connects to the default database server and deletes the replicate set accounts_set:

cdr del replset accounts_set

See Also

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]