SQL Guide : solidDB® SQL statements : SET : SET CATALOG
  
SET CATALOG
SET CATALOG catalog_name
SET CATALOG sets the current catalog context for a connection or session.
In advanced replication setups with multiple master databases, the SET CATALOG command defines explicitly the master database that is used for all advanced-replication-related operations. You must issue the SET CATALOG command before you issue any synchronization commands. The SET CATALOG command is required also when more than one catalog is defined in the database.
See also
SET