Adding Primary Database to the Replication System

Connect to Replication Server using isql.

Enter:
create connection to  < rs_source_ds >.< rs_source_db >
set error class rs_sqlserver_error_class
set function string class rs_sqlserver_function_class
set username <the oracle user for Replication Server>
set password <password>
with log transfer on, dsi_suspended
where:
  • rs_source_ds – is the same as in Replication Agent.

  • rs_source_db – is the same as in Replication Agent.