4.2.7.1 Data Store Properties
MicroTx Workflows uses Oracle Database as data store to persist metadata and to store logs.
The following table specifies the property values required under
workflow.server.config.storage.oracledb to connect to an Oracle Database
as the MicroTx Workflows data store.
| Property | Description |
|---|---|
url |
Enter the connection string for the data store in Oracle Database. See Get Autonomous Database Client Credentials. |
credentialSecretName |
Enter the name of the Kubernetes secret that contains the credentials to connect to the Oracle Database. Example, db-secret. See Create a Kubernetes Secret for Oracle Database Credentials.
|
walletConfigMap |
Provide a value for this field only if you connect to a database that uses a
credential wallet, such as Autonomous Database. For other databases, you can leave
this field empty. Enter the name of the configuration map that you have created for
the credential wallet of the Autonomous Database instance and not the name of the
ZIP file. If you specify a value for this field, ensure that the database
url you provide ends with
?wallet_location=/app/oracle/wallet. See Get Autonomous Database Client Credentials. For example,
db-wallet-configmap.
|
Parent topic: MicroTx Workflows Server Configuration