SQL Guide : Database system tables and system views : Synchronization-related views : SYNC_ACTIVE_MESSAGES
  
SYNC_ACTIVE_MESSAGES
This table is on the master and holds information about messages received from the replica. This returns the following columns:
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.
See also
Synchronization-related views