After you upload a custom JDBC driver, you must update one of the following files depending on your operating system before you can make use of the new driver.
Windows:
edm.bat
Linux:
edm.sh
Navigate to the
\webapp\edm\lib
folder and make note of the name of each JAR file of the driver that you uploaded in step
4.
Open the
edm.bat
or
edm.sh
file in a text editor and add an entry for each JAR file to the classpath settings section, such as in the following example:
:: CUSTOM_JDBC jdbc driver set
LAUNCH_CLASSPATH=%LAUNCH_CLASSPATH%;%WORKLIBDIR%\CUSTOM_JDBC.jar
Save your changes. If Enterprise Data Manager is already running, restart it to make the new JDBC driver available.
After you upload the driver files, restart the ILM application server on the machine that hosts Data Archive.