Good morning, I tried with version 9 and 8.12 but I have the same behavior, the external database indication is skipped and the pod is created with an internal database, what could I be doing wrong? I appreciate your help.
------------------------------
Yasmin Carolina Gutierrez Delgadillo
------------------------------
Original Message:
Sent: Fri February 21, 2025 08:14 AM
From: Mathias Mouly
Subject: ODM DEPLOYMENT IN OKE - ORACLE DATABASE CONNECTION
Hello,
I just checked and unfortunately the externalDatabase.url parameter is not available with ODM8.11. It's delivered since ODM8.12 meaning ODM on K8S 23.1.0.
But perhaps you can manage it with the delivered parameters serverName/databaseName/port ?
The last solution is to use the externalCustomDatabase following https://www.ibm.com/docs/en/odm/8.11.0?topic=database-configuring-custom-external by providing the entire liberty datasource configuration.
BR,
Mathias
------------------------------
Mathias Mouly
------------------------------
Original Message:
Sent: Fri February 21, 2025 07:51 AM
From: Yasmin Carolina Gutierrez Delgadillo
Subject: ODM DEPLOYMENT IN OKE - ORACLE DATABASE CONNECTION
Hello, thank you very much for your collaboration. I have already tried both ways and it still does not work. I appreciate your ideas to solve this problem.
------------------------------
Yasmin Carolina Gutierrez Delgadillo
Original Message:
Sent: Fri February 21, 2025 01:18 AM
From: Mathias Mouly
Subject: ODM DEPLOYMENT IN OKE - ORACLE DATABASE CONNECTION
Hello,
Have a try with :
--set externalDatabase.type=oracle
instead of
--set externalDatabase.type=Oracle
BR,
Mathias
------------------------------
Mathias Mouly