Configuring RepConnector for your database

Sybase recommends that you configure your environment before you configure the RepConnector connection. This enables you to ping the database during configuration to verify that the connection is configured correctly.

NoteThere are no additional steps required for RepConnector to communicate with Sybase Adaptive Server.

StepsConfiguring for an Oracle database

  1. Verify that the lines in repra_env.sh that define the CLASSPATH/BOOTCLASSPATH environment variable are not commented out and point to the installation location for your database environment.

    CLASSPATH= /work/oracle/ora92/jdbc/lib/ojdbc.jar:$CLASSPATH
    BOOTCLASSPATH=
    /work/oracle/ora92/jdbc/lib/ojdbc14.jar:$BOOTCLASSPATH
    
  2. Restart your application server.