Entering content frame

 HOTSTANDBYGROUP 

The system table HOTSTANDBYGROUP describes information that the hot standby component (that is, the hot standby component in which the information from this system table is queried) holds about the other hot standby components with the STANDBY role.

HOTSTANDBYGROUP

LOCALNODE

CHAR(64)

Name with which the hot standby component can be addressed

ADDNODEDATE

TIMESTAMP

Time at which the hot standby component was added to the hot standby configuration

REMOVENODEDATE

TIMESTAMP

Time at which the hot standby component was deleted from the hot standby configuration

STATE

CHAR(20)

Status of the hot standby component (UNKNOWN | BELIEVED TO BE DEAD | PREPARE PENDING | REGISTER PENDING | SYNC PENDING | STANDBY)

PREPARESTANDBYDATE

TIMESTAMP

Time at which the PREPARE STANDBY statement was received

REGISTERSTANDBYDATE

TIMESTAMP

Time at which the REGISTER STANDBY statement was received

SYNCHRONIZEDATE

TIMESTAMP

Time at which the last SYNCHRONIZE statement was sent

SUCCESSFULSYNCHRONIZEDATE

TIMESTAMP

Time at which the last successful SYNCHRONIZE statement was executed

LASTVALIDLOGOFFSETSENT

FIXED(10)

Last position sent by the master component in the log area, up to which the log entries can be redone by hot standby components with the STANDBY role

FIRSTNEEDELOGOFFSET

FIXED(10)

Oldest position in the log area from which the log entries have to be redone

SYNCHRONIZESENDCOUNT

FIXED(10)

Number of sent SYNCHRONIZE statements

SYNCHRONIZERETRYCOUNT

FIXED(10)

Number of SYNCHRONIZE statements sent repeatedly

 

 

Leaving content frame