Use > Database > Deploying the Oracle Server Database > Oracle Server Configuration and Sizing Guidelines > How to Enable UCMDB to Work on Oracle Container Database (CDB)

How to Enable UCMDB to Work on Oracle Container Database (CDB)

To enable UCMDB to work on Oracle Container Database (CDB), the SupportLinks setting for Data Direct drivers should be set to true. Do the following:

  1. Complete the UCMDB server installation without connecting to a database (there is an option to configure database schema later, not at the installation time).
  2. Go to the <UCMDB_Install_Dir>\conf directory and create a new file called jdbc.properties (if the file does not exist).
  3. Add the following lines into the jdbc.properties file:

    Oracle = ddoracle
    ddoracle.SupportLinks=true
  4. Save the file.
  5. Run the Configuration Wizard (configure.bat) to enable UCMDB server to connect to an Oracle Container Database instance.