Enabling Log Transfer for the Primary Database

Use set log transfer on to enable log transfer for each connection between Replication Server and a primary database.

Note: You must create a database connection between Replication Server and the data server using rs_init or create connection before you can turn on log transfer. See the Replication Server Configuration Guide for your platform for information about creating connections using rs_init.
Turn on log transfer for the database connection to the primary database using alter connection. For example, at the Replication Server, enter:
alter connection to TOKYO_DS.pubs2
    set log transfer on 
Related concepts
Manage Database Connections