Connecting to an Oracle Database Using Service Name

Starting with version 10.32, it is possible to connect UCMDB server to an Oracle database using Service Name.

Note  

  • This support only works with the Oracle native driver, and does not work with Data Direct drivers. By default it should be native driver. You can check the configuration in the wrapper.conf file, see the following line: wrapper.java.additional.47=-Doracle.native.driver=true.

    Starting with version 10.33, to use the Oracle native driver, you may need to perform additional steps. For details, see Configuring Oracle JDBC Driver.

  • Currently the connection between UCMDB and Oracle RAC environment works only with Oracle native drivers.

You can enable this support using either of the following approaches: