Configuring a custom external database
You can choose a custom external database for your Operational Decision Manager on Certified Kubernetes release.
About this task
ODM for production supports database connections to custom external databases, for example Oracle databases. In this case, the customer is responsible for the backup and recovery process.
To use a custom external database, configure the following parameters:
externalCustomDatabase.datasourceRef: data source secret for both Decision Center and Decision Server data source files.externalDatabase.driversUrl: URL of the database driver.
Note: When configuring a Db2® custom external database, you must edit the properties.db2.jcc configuration to define the SSL version for your Db2 installation, for example,
sslVersion="TLSv1.3".