Difference between revisions of "Oracle database connection"

From Fusion Registry Wiki
Jump to navigation Jump to search
(Created page with "Category:How_To =Overview= Fusion Registry Core supports Oracle for both its main operating database and as a Data Source. Oracle 11g, 12c, 18c and 19c are supported. =J...")
 
(Installing the JDBC Driver)
Line 14: Line 14:
 
  c:\oracle\ojdbc8.jar
 
  c:\oracle\ojdbc8.jar
  
The driver then needs to be explicitly added to the CLASSPATH. In Tomcat, this can be done in the [[Tomcat setenv file]].
+
And needs to be explicitly added to the CLASSPATH. In Tomcat, this can be done in the [[Tomcat setenv file]].
  
 
=Configuring the Oracle Database Connection=
 
=Configuring the Oracle Database Connection=
 
==Operating Database==
 
==Operating Database==

Revision as of 11:05, 14 January 2021

Overview

Fusion Registry Core supports Oracle for both its main operating database and as a Data Source.

Oracle 11g, 12c, 18c and 19c are supported.

JDBC Drivers

Fusion software does not ship with the Oracle JDBC drivers for licensing reasons. The correct driver for your Oracle database release and Java version can be downloaded from Oracle.

In general, use ojdbc8.jar for Java 8,9 or 11. Use ojdbc10.jar for Java 10.

Installing the JDBC Driver

The driver jar needs to be copied to a suitable location on the machine running Fusion Registry. For instance:

c:\oracle\ojdbc8.jar

And needs to be explicitly added to the CLASSPATH. In Tomcat, this can be done in the Tomcat setenv file.

Configuring the Oracle Database Connection

Operating Database