solidDB Help : solidDB reference : SQL: Database system tables and system views : Synchronization-related views : SYNC_ACTIVE_MASTER_MESSAGES
  
SYNC_ACTIVE_MASTER_MESSAGES
The SYNC_ACTIVE_MASTER_MESSAGES view is on the replica and holds information about messages sent to the master. You can view all necessary information about active messages by using the following query:
SELECT * FROM SYNC_ACTIVE_MASTER_MESSAGES
The columns in the SYNC_ACTIVE_MASTER_MESSAGES view are described in the following table:
 
Column name
Data type
Description
MASTER_NAME
WVARCHAR
Given node name of the master.
MESSAGE_NAME
WVARCHAR
Name of the message given by user.
MESSAGE STATE
VARCHAR
Current state of the message as a string. See details in system table SYS_SYNC_REPLICA_MSGINFO.
All users have access to this view; no particular privileges are required.
Go up to
Synchronization-related views