Configuring for an Oracle Database

Configure RepConnector for an Oracle database.

  1. Verify that the lines in the repra_env.bat file on Windows or repra_env.sh file on UNIX that define the CLASSPATH/BOOTCLASSPATH environment variable, are not commented out, and that they point to the installation location for your database environment.

    On Windows:

    CLASSPATH=d:\oracle\ora92\jdbc\ojdbc14.jar;%CLASSPATH%
    BOOTCLASSPATH=d:\oracle\ora92\jdbc\ojdbc14.jar;%CLASSPATH%
    On UNIX:
    CLASSPATH= /work/oracle/ora92/jdbc14.jar;$CLASSPATH
    BOOTCLASSPATH= /work/oracle/ora92/jdbc14.jar;$BOOTCLASSPATH
  2. Restart your application server.