HEARTBEATTABLE
Valid For
GLOBALS
Description
Use HEARTBEATTABLE to specify a non-default name of the heartbeat table. The table name GG_HEARTBEAT is the default. This name used to denote the heartbeat table is used to create a seed and history table, GG_HEARTBEAT_SEED and GG_HEARTBEAT_HISTORY respectively. Specifying one name reserves all names used by the heartbeat infrastructure. If the schema name is not specified, the value in GGSCHEMA is used for schema name.
Default
None
Syntax
HEARTBEATTABLE schema_name.heartbeat_table_name
schema_name
The name of the schema you want to use with the heartbeat table. This is not needed if you have specified the schema using the GGSCHEMA parameter in your GLOBALS file.
heartbeat_table_name
The heartbeat table name you want to use. The default table name is GG_HEARTBEAT.