SQL Guide : Database system tables and system views : System tables for data synchronization : SYS_SYNC_MASTERS
  
SYS_SYNC_MASTERS
This table contains the list of master databases accessed by the replica.
Column Name
Description
NAME
Given name of the master database.
ID
Internal ID of the master database.
REMOTE_NAME
N/A.
REPLICA_NAME
Given name of the replica database.
REPLICA_ID
Surrogate identifier for the replica database.
REPLICA_CATALOG
Defines the replica catalog which is registered to this master.
CONNECT
Connect string of the master database.
CREATOR
ID of the user who set the database as a master.
ISDEFAULT
Reserved for future use.
See also
System tables for data synchronization