API Portal 10.7 | webMethods API Portal for Administrators | Configuring API Portal | High Availability setup in API Portal | Setting up API Portal HA setup with External Database (Oracle) | Enhancing Runnables with JDBC Driver for External Database
 
Enhancing Runnables with JDBC Driver for External Database
You must add the JDBC drivers to all runnables that access the database by using the commonsClasspath enhancement point. The simplest way to make the JDBC driver available for the enhancement commands is to copy the file into a subdirectory of the machine where the apiportalbundle runnable is installed. That is, either node 2 or node 3.
1. Run the following command in the ACC console to add JDBC drivers to API Portal classpath:
enhance apiportalbundle_s with commonsClasspath
local file "location of ojdbc file"
Example:
ACC + n1>on n2 enhance apiportalbundle_s with commonsClasspath
local file "DownloadLocation/jar/ojdbc8.jar"