Installing Replication Agent (RAX) and Creating a Replication Agent for Oracle (RAO) Instance

Install Replication Agent and create an instance.

  1. Install Replication Agent.
  2. Copy the downloaded license file to SYSAM-2_0\licenses in the installation folder.
  3. Start an RAO instance. For example:
    ra_admin -c rao_inst1 -p 1333 -t oracle
  4. Include the Oracle JDBC™ driver jar files in the CLASSPATH variable. For example:
    set CLASSPATH=%CLASSPATH%;C:\oracle\product
    \10.2.0\db_2\jdbc\lib\ojdbc14.jar