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

cdr delete replicate

The cdr delete replicate command deletes a replicate from the global catalog.

Syntax

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

Usage

The cdr delete replicate command deletes the replicate repl_name from the global catalog. All replication data for the replicate is purged from the send queue at all participating database servers.

Warning:
Avoid deleting a replicate 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 command connects to the default database server specified by the INFORMIXSERVER environment variable and deletes the replicate smile:

cdr del rep smile

See Also

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