solidDB Help : solidDB reference : SQL: Database system tables and system views : Synchronization-related views : SYNC_ACTIVE_MESSAGES
  
SYNC_ACTIVE_MESSAGES
The SYNC_ACTIVE_MESSAGES view is on the master database and holds information about messages received from the replica. You can view all necessary information about active messages by using the following query:
SELECT * FROM SYNC_ACTIVE_MESSAGES
The columns in the SYNC_ACTIVE_MESSAGES view are described in the following table:
 
Column name
Data type
Description
REPLICA_NAME
WVARCHAR
Given node name of the replica.
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_MASTER_MSGINFO.
All users have access to this view; no particular privileges are required.
Go up to
Synchronization-related views