Configuring SSL from a Replication Agent to Oracle

Enable or disable SSL from a Replication Agent (as a client) using the ra_config with the pds_use_ssl option.

  1. Enable pds_use_ssl, enter:
    ra_config pds_use_ssl, true  
  2. Set pds_port_number to Oracle SSL port.
    ra_config pds_port_number, 2484
  3. (Optional) Set pds_ssl_sc_dn to verify if the subject distinguised name (DN) in the server certificate matches this configuration parameter.