rs_drop_repdef

A replication definition at the configured Replication Server for a table and procedure is dropped.

Syntax

rs_drop_repdef name

Parameters

Usage

  • When rs_drop_repdef is invoked, a replication definition for that table is dropped at Replication Server.

  • When rs_drop_repdef is invoked and the name of a table or procedure that is marked for replication is entered, a replication definition is created for that table or procedure.

  • For each table or procedure for which a replication definition is dropped, a result set is returned. The result set contains the table or procedure name, replication definition name, and the status of the drop replication definition process. If the replication definition is dropped successfully, the status column display value (dropped) displays. Otherwise, Replication Server displays an error message.

  • The character case of the object names in the replication definition will be set according to the ltl_character_case setting.

Related reference
rs_create_repdef