13.2.9.Objects created by bi-directional snapshot replication

Table "DB"."DBA"."RPLOG_<name>" (replay log) is created in Virtuoso database for replayed snapshot log entries.

Table "RLOG_<name>" (snapshot log) is created on the publisher and on subscribers. "RLOG_<name>" table and replicated table itself are attached from subscribers as "<qual>"."<dsn>"."RLOG_<name>" and "<qual>"."<dsn>"."<name>" respectively. Other objects created by bi-directional snapshot replication on the publisher and on subscribers are:

Virtuoso Triggers "<qual>_<owner>_<name>_I_log", "<qual>_<owner>_<name>_U_log" and "<qual>_<owner>_<name>_D_log" on replicated table.
SQL Server Triggers "<name>_I_log", "<name>_U_log" and "<name>_D_log" on replicated table.
Oracle Triggers "<name>_I_log", "<name>_IR_log", "<name>_U_log", "<name>_UR_log", "<name>_UD_log", "<name>_UDR_log", and "<name>_D_log" on replicated table. Function OPL_GETUTCDATE(). Global temporary table "DLOG_<name>".
DB2 Triggers "<name>_I", "<name>_U", "<name>_UD" and "<name>_D" on replicated table. Sequence opl_seq_rowguid.