API Portal 10.7 | webMethods API Portal for Administrators | Configuring API Portal | Configuring API Portal with External Databases | Configure API Portal with an Oracle Database | 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 that you are using to configure your runnables.
1. From the machine where API Portal is installed, add the JDBC drivers to API Portal classpath.
a. Start API Portal Cloud Controller.
b. Run the following command:
enhance apiportalbundle_s with commonsClasspath
local file "location of ojdbc file"
Example:
ACC+ localhost>enhance apiportalbundle_s with commonsClasspath
local file "C:/jdbc/jar/ojdbc8.jar"