Installing the Database Driver
To install the database driver, do the following:
1. | Download the appropriate JDBC driver for your database type: |
Database |
Version |
JDBC Driver |
Download Site |
MySQL |
8 |
mysql-connector-java-5.1.45.jar |
https://downloads.mysql.com/archives/c-j/ |
5.6, 5.7 |
mysql-connector-java-5.1.x-bin.jar |
||
Oracle |
18c, 19c |
ojdbc8.jar |
https://www.oracle.com/database/technologies/appdev/jdbc-ucp-183-downloads.html |
12c R2 |
ojdbc7.jar |
http://www.oracle.com/technetwork/database/enterprise-edition/jdbc-112010-090769.html |
|
11g, 12c R1 |
ojdbc6.jar |
http://www.oracle.com/technetwork/database/enterprise-edition/jdbc-112010-090769.html |
|
MS SQL Server |
Driver version appropriate for the Java JDK or OpenJDK you are using |
2. | Do one of the following: |
• | If using the supplied installer (codeinsight_6.x.jar) to install Code Insight, copy the JDBC driver to the directory where the installer file is located. (Instructions for using the installer are found in the Installing FlexNet Code Insight Using the Installer chapter.) |
• | If installing Code Insight manually, copy the downloaded JDBC driver to the following directory: |
<Code Insight_ROOT_DIR>\<version>\tomcat\lib\
Instructions for installing Code Insight manually are found in the Installing Code Insight Manually chapter.