Configuring Oracle JDBC Driver

Starting with version 10.33, to use Oracle native driver, you may need to perform additional steps to configure the Oracle JDBC driver.

To use Oracle JDBC driver, do the following:

  1. Stop the UCMDB Server.
  2. Download Oracle JDBC Driver v12.1.0.2 from here: http://www.oracle.com/technetwork/database/features/jdbc/default-2280470.html

  3. Copy the downloaded jar file to the following location: {UCMDB_INSTALLATION_DIR}/lib/

  4. Edit the wrapper.conf file from the {UCMDB_INSTALLATION_DIR}/bin directory to include the following line:

    wrapper.java.additional.47=-Doracle.native.driver=true

    The default value for -Doracle.native.driver is false.

  5. Save the file.
  6. Restart the UCMDB Server.