stop heartbeat

Description

Stops the heartbeat process between the primary and replicate databases. Optionally, truncates the rms_ticket_history table.

Syntax

stop heartbeat from pds.pdb to rds.rdb
	[delete history]

Parameters

pds.pdb

The name of the primary data server and database.

rds.rdb

The name of the replicate data server and database.

delete history

If included, the rms_ticket_history table is deleted when the heartbeat is stopped. By default, the table is not deleted.

Examples

Example 1

Stops the heartbeat process:

stop heartbeat
     from inventory_pds.vendor to inventory_dss.vendor

Usage

Optionally, you can delete the rms_ticket_history table when the heartbeat is stopped. This means you can no longer retrieve tickets from the table.

See also

get heartbeat, get heartbeat tickets, start heartbeat