We are running an Oracle database version 19.16 with currently ORDS 24.2.3 and APEX 22.2.9.
ORDS is deployed on Tomcat 9.0.96 on a Windows server.
We tried to upgrade ORDS to version 24.3 from the command following command line:
ords --config D:\App\Config\Ords install -i --log-folder D:\App\Logs\Ords
Note that the connection pool to the database is configured to use TNS and we have defined a user ORDS_INSTALL_ADMIN to install without using SYS AS SYSDBA.
We got the error: java.sq.SQLException: ORA-12650: No common encryption or data integrity algorithm after enterring the user password to connect the DB for the upgrade, and no log file was generated.
Any idea where this can come from? Can this be related to the change in the ojdbc library version within ords.war?