Configuring RepConnector for your database

If you do not configure your RepConnector environment before configuring the RepConnector connection, RepConnector Manager allows you to create the connection even if the ping has failed. However, you must go back to verify this connection once you have created the RepConnector environment.

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.bat (Windows) or repra_env.sh (UNIX) that define the CLASSPATH/BOOTCLASSPATH environment variable are not commented out and 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.