Show TOC

drop database replication definitionLocate this document in the navigation structure

Deletes an existing database replication definition.

Syntax
drop database replication definition <db_repdef>
   with primary at <server_name.db>
Parameters
db_repdef

Name of the database replication definition.

server_name.db

Name of the primary server/database combination. For example: <TOKYO.dbase>.

Examples
Example 1
Deletes the database replication definition <dbrep1>:
drop database replication definition dbrep1
  with primary at PDS.my_db
Usage

drop database replication definition succeeds only if there is no database subscription to the named database replication definition.