In addition to the following recommendations, be sure and follow vendor documentation for best practices for driver installation.
| Component | Required Driver Version | Notes |
|---|---|---|
| Web application | v10.x OCI | Update the instance file ../jive/applications/sbs/bin/instance to include the following: export LD_LIBRARY_PATH=driver path export CLASSPATH=$CLASSPATH:driver path/JDBC Driver.jar where driver path is the path to the Oracle JDBC driver and JDBC Driver.jar is the name of the JAR file. |
| Activity Engine | v11.2 (OCI or THIN) | Update the instance file ../jive/services/eae-service/bin/instance to include the following: export LD_LIBRARY_PATH=driver path export CLASSPATH=$CLASSPATH:driver path/JDBC Driver.jar where driver path is the path to the Oracle JDBC driver and JDBC Driver.jar is the name of the JAR file. |