Start the RAO instance and connect to it using isql.
ra_config pdb_include_archives, true go ra_config pdb_archive_path, <path-to-oracle-archive-directory> go
ra_config pds_host_name, <the host name of the source oracle> go ra_config pds_port_number <the port number of the source oracle> go ra_config pds_database_name,<the source oracle database name> go ra_config pds_username, <the oracle user for Replication Agent> go ra_config pds_password, <password> go test_connection PDS go
If the connection is established successfully, you see:
Type Connection ---- ---------- PDS succeeded
ra_config rs_host_name, <the host name of the Replication Server> go ra_config rs_port_number, <the port number of the Replication Server> go ra_config rs_username, <the Replication Server user for Replication Agent> go ra_config rs_password, <password> go ra_config rs_source_ds <the current RAO instance name> go ra_config rs_source_db, <the source oracle database name> go
You must specify the RAO instance name.
ra_config rssd_host_name <the host name of the ERSSD> go ra_config rssd_port_number, <the port number of the ERSSD> go ra_config rssd_username, <the ERSSD user for Replication Agent> go ra_config rssd_password, <password> go ra_config rssd_database_name, <the database name of the ERSSD> go test_connection RS go
If the connection is established successfully, you see:
Type Connection ---- ---------- RS succeeded
ra_config rs_charset, <the charset of the Replication Server>
ra_config ltl_send_only_primary_keys, false
Sybase IQ InfoPrimer cannot handle delete or update transactions if you do not perform this step.
pdb_xlog init