*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
...
3. Using Oracle JDBC with OID
- The Cornell Stack provides the ojdbc7.jar in the Coldfusion path for customers to use.
- To install
- a newer Oracle JDBC driver (i.e. Oracle 12g), you'll need to upload a "jar" file that contains the updated driver to your hosting environment. This can be done by downloading the driver from Oracle's website (odbc7.jar for Java 1.7) and uploading the file into your "jars" directory (next to your htdocs directory) via your webdav client. Once the file is uploaded you'll need to restart your Coldfusion instance using the Hosting Dashboard
- When creating your DSN for the Oracle JDBC driver you will need to specify the "Other" Data Source when configuring Coldfusion via CFADMIN
- In CFADMIN, go to Data & Services then click on Data Sources
...
- You do not need to specify more than one OID server, ldap://oid.cit.cornell.edu is a loadbalanced service and will handle the failover for those databases configured in a RAC environment.
24. Using Macromedia with OID
...