Retrieves the heartbeats that have been defined in the RMS. A heartbeat is a process that runs the Replication Server rs_ticket stored procedure at the primary database at a specified interval. The output, or heartbeat ticket, is stored in a table in the replicate database.
get heartbeat
get heartbeat for inventory_pds.pdb1
get heartbeat returns the following result set:
Column |
Type |
Description |
---|---|---|
Primary |
varchar |
The name of the primary data server and database. |
Replicate |
varchar |
The name of the replicate data server and database. |
Interval |
int |
The interval in seconds that the RMS executes the rs_ticket command. |
Max Rows |
int |
The maximum number of rows that the rms_ticket_history table can contain. The RMS tests the size of the table at every heartbeat interval. If the size is greater then max_rows, the RMS removes the oldest entries. |