Installing the Database Driver

FlexNet Code Insight 6.13.3

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/
(select Product Version 5.1.45 and download)

5.6, 5.7

mysql-connector-java-5.1.x-bin.jar 

http://dev.mysql.com/downloads/connector/j/5.1.html 

Oracle

18c

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

https://docs.microsoft.com/en-us/sql/connect/jdbc/system-requirements-for-the-jdbc-driver?view=sql-server-2017 

2. Do one of the following:
If using the supplied installer (codeinsight_6.x.jar) to install FlexNet 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 InsightUsing the Installer chapter.)
If installing FlexNet 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 FlexNet Code Insight Manually chapter.