HOTSTANDBYCOMPONENT
The system table SYSINFO.HOTSTANDBYCOMPONENT
describes some of the details of the hot standby instance in which the information in this system table is queried.
|
CHAR(64) |
Name with which the hot standby instance can be addressed |
|
CHAR(64) |
Name with which the corresponding master instance can be addressed |
|
CHAR(8) |
Role within the hot standby configuration (MASTER | STANDBY | UNKNOWN) |
|
TIMESTAMP |
Time at which a TAKEOVER statement was received |
|
FIXED(10) |
Delay in seconds after which changes in the master instance are applied to the standby instance |
|
TIMESTAMP |
Time at which the instance reached the STANDBY operational state |
|
FIXED(10) |
Number of SYNCHRONIZE statements received by the instance |
|
FIXED(10) |
Oldest position in log area from which log entries have to be redone |
|
FIXED(10) |
Position in log area up to which the instance can read log entries; this position was transferred with the last SYNCHRONIZE statement |
|
TIMESTAMP |
Time at which the instance received the last INIT STANDBY statement |
|
TIMESTAMP |
Time at which the instance sent the last RESTART STANDBY statement |
|
TIMESTAMP |
Time at which the instance received the last SYNCHRONIZE statement |
|
TIMESTAMP |
Time at which the instance sent the last PREPARE STANDBY statement |
|
TIMESTAMP |
Time at which the instance sent the last REGISTER STANDBY statement |
Database Administration, Hot Standby System